summaryrefslogtreecommitdiff
path: root/Kbuild
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2015-12-06 09:51:33 -0500
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:25:04 -0500
commit3a87dae54d6f65d2a9737d8a2c1d87d4a815a5ec (patch)
treeeeb98b270a9b0dc28e6a52e3aff61c85125a0378 /Kbuild
parent801874d71ff67f7e7483848e3c6464c2e92696a7 (diff)
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>
Diffstat (limited to 'Kbuild')
-rw-r--r--Kbuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/Kbuild b/Kbuild
index 6740fd7b1..ad6220955 100644
--- a/Kbuild
+++ b/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)