summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-08-16 04:36:44 +0000
committerEric Andersen <andersen@codepoet.org>2002-08-16 04:36:44 +0000
commit7166f6c6fed92ab07fbfa66b50816827012eac9d (patch)
treec29740dbb6f60ea6ca598e0d5d92cdcb61c13e0b /Makefile
parent71a8fc3afbdea63e24b77703ade878286ecdac8c (diff)
Remove h8300 special case
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7eb3fc595..5d998f06b 100644
--- a/Makefile
+++ b/Makefile
@@ -82,8 +82,6 @@ headers: dummy
ln -fs mips mipsel; \
cd $(shell pwd)/libpthread/linuxthreads/sysdeps; \
ln -fs mips mipsel; \
- elif [ $(TARGET_ARCH) = "h8300" ];then \
- ln -fs $(KERNEL_SOURCE)/include/asm-h8300 include/asm; \
else \
if [ $(HAS_MMU) != "true" ]; then \
if [ -d $(KERNEL_SOURCE)/include/asm-$(TARGET_ARCH)nommu ] ; then \