summaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-01-13 15:53:18 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2015-01-13 09:04:58 +0100
commit0c6377c48ff9eb3127f5f453efe8127b158f40c4 (patch)
tree537c60792063ddcc77bbd689eb42132dfc74278d /arch/arm/Makefile
parent2ead709f52933ab7810f2172bdce32500dc0988d (diff)
downloadbarebox-0c6377c48ff9eb3127f5f453efe8127b158f40c4.tar.gz
barebox-0c6377c48ff9eb3127f5f453efe8127b158f40c4.tar.xz
kbuild: arm: Do not define "comma" twice
The definition of "comma" exists in scripts/Kbuild.include. We should not double it. Note: This was already fixed in Linux Kernel too. See commit 226422d08c33 of Linux Kernel. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 193f731e90..f0133d4165 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -13,8 +13,6 @@ AS += -EL
LD += -EL
endif
-comma = ,
-
# This selects which instruction set is used.
# Note that GCC does not numerically define an architecture version
# macro, but instead defines a whole series of macros which makes