summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-02 19:03:57 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-02 19:03:57 +0000
commit8dc1d08d0c3a5abe3856b04a5a864227fe0ba62d (patch)
tree65d254a60aec64fb933cf3c4c11ffa7235e02413 /Makefile
parent327b0c83302af0a288c65a03f4f2c82af321bd28 (diff)
Add in support for the Hitach H8/300H architecture,
contributed by Yoshinori Sato <qzb04471@nifty.ne.jp>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 359bcd813..b4fafeff9 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,8 @@ headers: dummy
ln -fs $(KERNEL_SOURCE)/include/asm-v850 include/asm; \
elif [ $(TARGET_ARCH) = "mipsel" ];then \
ln -fs $(KERNEL_SOURCE)/include/asm-mips include/asm; \
+ elif [ $(TARGET_ARCH) = "h8300" ];then \
+ ln -fs $(KERNEL_SOURCE)/include/asm-h8300 include/asm; \
else \
if [ $(HAS_MMU) != "true" ]; then \
ln -fs $(KERNEL_SOURCE)/include/asm-$(TARGET_ARCH)nommu include/asm;\