From 7166f6c6fed92ab07fbfa66b50816827012eac9d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 16 Aug 2002 04:36:44 +0000 Subject: Remove h8300 special case --- Makefile | 2 -- 1 file changed, 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 \ -- cgit v1.2.3