diff options
Diffstat (limited to 'arch/h8300')
-rw-r--r-- | arch/h8300/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/Makefile b/arch/h8300/Makefile index 330e05f28f90..a556447877b4 100644 --- a/arch/h8300/Makefile +++ b/arch/h8300/Makefile | |||
@@ -35,7 +35,7 @@ KBUILD_CFLAGS += -mint32 -fno-builtin | |||
35 | KBUILD_CFLAGS += -g | 35 | KBUILD_CFLAGS += -g |
36 | KBUILD_CFLAGS += -D__linux__ | 36 | KBUILD_CFLAGS += -D__linux__ |
37 | KBUILD_CFLAGS += -DUTS_SYSNAME=\"uClinux\" | 37 | KBUILD_CFLAGS += -DUTS_SYSNAME=\"uClinux\" |
38 | AFLAGS += -DPLATFORM=$(PLATFORM) -DMODEL=$(MODEL) $(cflags-y) | 38 | KBUILD_AFLAGS += -DPLATFORM=$(PLATFORM) -DMODEL=$(MODEL) $(cflags-y) |
39 | LDFLAGS += $(ldflags-y) | 39 | LDFLAGS += $(ldflags-y) |
40 | 40 | ||
41 | CROSS_COMPILE = h8300-elf- | 41 | CROSS_COMPILE = h8300-elf- |