diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -930,7 +930,7 @@ ifneq ($(KBUILD_SRC),) | |||
930 | /bin/false; \ | 930 | /bin/false; \ |
931 | fi; | 931 | fi; |
932 | $(Q)if [ ! -d include2 ]; then mkdir -p include2; fi; | 932 | $(Q)if [ ! -d include2 ]; then mkdir -p include2; fi; |
933 | $(Q)if [ -e $(srctree)/include/asm-$(SRCARCH)/system.h ]; then \ | 933 | $(Q)if [ -e $(srctree)/include/asm-$(SRCARCH)/errno.h ]; then \ |
934 | ln -fsn $(srctree)/include/asm-$(SRCARCH) include2/asm; \ | 934 | ln -fsn $(srctree)/include/asm-$(SRCARCH) include2/asm; \ |
935 | fi | 935 | fi |
936 | endif | 936 | endif |