Procházet zdrojové kódy

Patch from Konrad Eisele to add include/asm-generic since, at least
on sparc, this is needed by some of the include/asm files

Eric Andersen před 23 roky
rodič
revize
988c6a6a84
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -145,6 +145,8 @@ headers: include/bits/uClibc_config.h
 		ln -fs $(KERNEL_SOURCE)/include/asm-$(TARGET_ARCH) include/asm; \
 	    fi; \
 	fi;
+	rm -f include/asm-generic;
+	ln -fs $(KERNEL_SOURCE)/include/asm-generic include/asm-generic; 
 	@if [ ! -f include/asm/unistd.h ] ; then \
 	    set -e; \
 	    echo " "; \