summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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 " "; \