diff options
-rw-r--r-- | arch/h8300/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/h8300/Makefile b/arch/h8300/Makefile index eaac6685fe89..cc12b162c222 100644 --- a/arch/h8300/Makefile +++ b/arch/h8300/Makefile | |||
@@ -8,6 +8,8 @@ | |||
8 | # (C) Copyright 2002-2015 Yoshinori Sato <ysato@users.sourceforge.jp> | 8 | # (C) Copyright 2002-2015 Yoshinori Sato <ysato@users.sourceforge.jp> |
9 | # | 9 | # |
10 | 10 | ||
11 | KBUILD_DEFCONFIG := edosk2674_defconfig | ||
12 | |||
11 | cflags-$(CONFIG_CPU_H8300H) := -mh | 13 | cflags-$(CONFIG_CPU_H8300H) := -mh |
12 | aflags-$(CONFIG_CPU_H8300H) := -mh -Wa,--mach=h8300h | 14 | aflags-$(CONFIG_CPU_H8300H) := -mh -Wa,--mach=h8300h |
13 | ldflags-$(CONFIG_CPU_H8300H) := -mh8300helf_linux | 15 | ldflags-$(CONFIG_CPU_H8300H) := -mh8300helf_linux |