We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2367b02 commit 40b13fdCopy full SHA for 40b13fd
arch/m68k/Makefile
@@ -70,9 +70,8 @@ ifdef CONFIG_MMU
70
KBUILD_CFLAGS += -fno-strength-reduce -ffixed-a2
71
else
72
# we can use a m68k-linux-gcc toolchain with these in place
73
-KBUILD_CFLAGS += -DUTS_SYSNAME=\"uClinux\"
74
-KBUILD_CFLAGS += -D__uClinux__
75
-KBUILD_AFLAGS += -D__uClinux__
+KBUILD_CPPFLAGS += -DUTS_SYSNAME=\"uClinux\"
+KBUILD_CPPFLAGS += -D__uClinux__
76
endif
77
78
KBUILD_LDFLAGS := -m m68kelf
0 commit comments