Skip to content

Commit

Permalink
kbuild: arm: Do not define "comma" twice
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Masahiro Yamada authored and Michal Marek committed Oct 2, 2014
1 parent a4954fd commit 226422d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions arch/arm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions arch/arm64/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ AS += -EL
LD += -EL
endif

comma = ,

CHECKFLAGS += -D__aarch64__

# Default value
Expand Down

0 comments on commit 226422d

Please sign in to comment.