diff options
| author | Eric Andersen <andersen@codepoet.org> | 2002-02-02 19:03:57 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2002-02-02 19:03:57 +0000 |
| commit | 8dc1d08d0c3a5abe3856b04a5a864227fe0ba62d (patch) | |
| tree | 65d254a60aec64fb933cf3c4c11ffa7235e02413 /Makefile | |
| parent | 327b0c83302af0a288c65a03f4f2c82af321bd28 (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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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;\ |
