diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-22 06:52:17 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2014-10-02 09:09:47 -0400 |
commit | 226422d08c33cf0b68f6ea55a3b0e5f9c8212bf8 (patch) | |
tree | c11352be22d8aa42724b6748e3d11b9cfba5daba | |
parent | a4954fd7724c0f55361eb56005856b0da0c99b00 (diff) |
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>
-rw-r--r-- | arch/arm/Makefile | 2 | ||||
-rw-r--r-- | arch/arm64/Makefile | 2 |
2 files changed, 0 insertions, 4 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 | |||
50 | LD += -EL | 50 | LD += -EL |
51 | endif | 51 | endif |
52 | 52 | ||
53 | comma = , | ||
54 | |||
55 | # This selects which instruction set is used. | 53 | # This selects which instruction set is used. |
56 | # Note that GCC does not numerically define an architecture version | 54 | # Note that GCC does not numerically define an architecture version |
57 | # macro, but instead defines a whole series of macros which makes | 55 | # macro, but instead defines a whole series of macros which makes |
diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index 57833546bf00..ebd06592d7a6 100644 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile | |||
@@ -30,8 +30,6 @@ AS += -EL | |||
30 | LD += -EL | 30 | LD += -EL |
31 | endif | 31 | endif |
32 | 32 | ||
33 | comma = , | ||
34 | |||
35 | CHECKFLAGS += -D__aarch64__ | 33 | CHECKFLAGS += -D__aarch64__ |
36 | 34 | ||
37 | # Default value | 35 | # Default value |