We have the definition of "comma" in scripts/Kbuild.include. We should not double it. Signed-off-by: Masahiro Yamada <yamada.m@xxxxxxxxxxxxxxxx> --- arch/arm/Makefile | 2 -- arch/arm64/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/arch/arm/Makefile b/arch/arm/Makefile index db50b62..60351d2 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -53,8 +53,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 diff --git a/arch/arm64/Makefile b/arch/arm64/Makefile index d90cf79..75c5527 100644 --- a/arch/arm64/Makefile +++ b/arch/arm64/Makefile @@ -24,8 +24,6 @@ KBUILD_CPPFLAGS += -mlittle-endian AS += -EL LD += -EL -comma = , - CHECKFLAGS += -D__aarch64__ # Default value -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html