sanitize use of ARCH/SRCARCH

We now only use ARCH and avoid duplication of the same definition.

Change-Id: Ia61059b906a2ebc31e703412bead948997975d58
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-12-06 09:51:33 -05:00
commit 3a87dae54d
4 changed files with 27 additions and 44 deletions

3
Kbuild
View file

@ -1,7 +1,4 @@
# vim: filetype=make
DQUOTE = "
#This comment line is to fix the highlighting of some editors due the quote effect."
ARCH=$(subst $(DQUOTE),,$(CONFIG_ARCH))
ifneq ($(strip $(CONFIG_MAX_NUM_TASK_IRQS)),)
ifneq (${CONFIG_MAX_NUM_TASK_IRQS},0)