Commit 226422d0 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Michal Marek

kbuild: arm: Do not define "comma" twice

The definition of "comma" exists in scripts/Kbuild.include.
We should not double it.
Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent a4954fd7
......@@ -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
......
......@@ -30,8 +30,6 @@ AS += -EL
LD += -EL
endif
comma = ,
CHECKFLAGS += -D__aarch64__
# Default value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment