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:
parent
801874d71f
commit
3a87dae54d
4 changed files with 27 additions and 44 deletions
3
Kbuild
3
Kbuild
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue