Explorar o código

Remove h8300 special case

Eric Andersen %!s(int64=22) %!d(string=hai) anos
pai
achega
7166f6c6fe
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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 \