diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-22 19:52:17 +0900 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-10-02 15:09:47 +0200 |
commit | 226422d08c33cf0b68f6ea55a3b0e5f9c8212bf8 (patch) | |
tree | c11352be22d8aa42724b6748e3d11b9cfba5daba /arch/arm/Makefile | |
parent | a4954fd7724c0f55361eb56005856b0da0c99b00 (diff) | |
download | talos-obmc-linux-226422d08c33cf0b68f6ea55a3b0e5f9c8212bf8.tar.gz talos-obmc-linux-226422d08c33cf0b68f6ea55a3b0e5f9c8212bf8.zip |
kbuild: arm: Do not define "comma" twice
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>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 0ce9d0f71f2a..8568b6fb9b3f 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -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 |