diff options
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/m68knommu/Makefile b/arch/m68knommu/Makefile index 1305cc980023..1c1fbb69ff26 100644 --- a/arch/m68knommu/Makefile +++ b/arch/m68knommu/Makefile | |||
@@ -104,9 +104,9 @@ cflags-$(CONFIG_M68360) := -m68332 | |||
104 | 104 | ||
105 | AFLAGS += $(cflags-y) | 105 | AFLAGS += $(cflags-y) |
106 | 106 | ||
107 | CFLAGS += $(cflags-y) | 107 | KBUILD_CFLAGS += $(cflags-y) |
108 | CFLAGS += -D__linux__ | 108 | KBUILD_CFLAGS += -D__linux__ |
109 | CFLAGS += -DUTS_SYSNAME=\"uClinux\" | 109 | KBUILD_CFLAGS += -DUTS_SYSNAME=\"uClinux\" |
110 | 110 | ||
111 | head-y := arch/m68knommu/platform/$(cpuclass-y)/head.o | 111 | head-y := arch/m68knommu/platform/$(cpuclass-y)/head.o |
112 | 112 | ||