]> git.karo-electronics.de Git - linux-beck.git/commitdiff
kbuild: arm: Do not define "comma" twice
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 22 Aug 2014 10:52:17 +0000 (19:52 +0900)
committerMichal Marek <mmarek@suse.cz>
Thu, 2 Oct 2014 13:09:47 +0000 (15:09 +0200)
The definition of "comma" exists in scripts/Kbuild.include.
We should not double it.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Michal Marek <mmarek@suse.cz>
arch/arm/Makefile
arch/arm64/Makefile

index 0ce9d0f71f2a318c240e60ab019d155dc94e6925..8568b6fb9b3f3cba557783dacc2b47ddaf535838 100644 (file)
@@ -50,8 +50,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
index 57833546bf003b5f8ffe5e70fb65c10c8dd1ef55..ebd06592d7a645158c326c1222e5838e662965d7 100644 (file)
@@ -30,8 +30,6 @@ AS            += -EL
 LD             += -EL
 endif
 
-comma = ,
-
 CHECKFLAGS     += -D__aarch64__
 
 # Default value