From: Eric Andersen Date: Wed, 5 Mar 2003 10:57:14 +0000 (-0000) Subject: Patch from Konrad Eisele to add include/asm-generic since, at least X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=988c6a6a84673385726ac6ecc7cb9dc77f08ed22;p=uclinux-h8%2Fuclibc-ng.git Patch from Konrad Eisele to add include/asm-generic since, at least on sparc, this is needed by some of the include/asm files --- diff --git a/Makefile b/Makefile index 56bb20c73..7e6f73247 100644 --- a/Makefile +++ b/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 " "; \