Skip to content

Commit 226422d

Browse files
masahir0ymichal42
authored andcommitted
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 <[email protected]> Cc: [email protected] Signed-off-by: Michal Marek <[email protected]>
1 parent a4954fd commit 226422d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

arch/arm/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ AS += -EL
5050
LD += -EL
5151
endif
5252

53-
comma = ,
54-
5553
# This selects which instruction set is used.
5654
# Note that GCC does not numerically define an architecture version
5755
# macro, but instead defines a whole series of macros which makes

arch/arm64/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ AS += -EL
3030
LD += -EL
3131
endif
3232

33-
comma = ,
34-
3533
CHECKFLAGS += -D__aarch64__
3634

3735
# Default value

0 commit comments

Comments
 (0)