Browse Source

Remove h8300 special case

Eric Andersen 22 years ago
parent
commit
7166f6c6fe
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Makefile

+ 0 - 2
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 \