提交 226422d0 编写于 作者: M Masahiro Yamada 提交者: 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: NMasahiro Yamada <yamada.m@jp.panasonic.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: NMichal Marek <mmarek@suse.cz>
上级 a4954fd7
...@@ -50,8 +50,6 @@ AS += -EL ...@@ -50,8 +50,6 @@ AS += -EL
LD += -EL LD += -EL
endif endif
comma = ,
# This selects which instruction set is used. # This selects which instruction set is used.
# Note that GCC does not numerically define an architecture version # Note that GCC does not numerically define an architecture version
# macro, but instead defines a whole series of macros which makes # macro, but instead defines a whole series of macros which makes
......
...@@ -30,8 +30,6 @@ AS += -EL ...@@ -30,8 +30,6 @@ AS += -EL
LD += -EL LD += -EL
endif endif
comma = ,
CHECKFLAGS += -D__aarch64__ CHECKFLAGS += -D__aarch64__
# Default value # Default value
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册