aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/h8300/Makefile2
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
11KBUILD_DEFCONFIG := edosk2674_defconfig
12
11cflags-$(CONFIG_CPU_H8300H) := -mh 13cflags-$(CONFIG_CPU_H8300H) := -mh
12aflags-$(CONFIG_CPU_H8300H) := -mh -Wa,--mach=h8300h 14aflags-$(CONFIG_CPU_H8300H) := -mh -Wa,--mach=h8300h
13ldflags-$(CONFIG_CPU_H8300H) := -mh8300helf_linux 15ldflags-$(CONFIG_CPU_H8300H) := -mh8300helf_linux