diff options
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -929,10 +929,10 @@ ifneq ($(KBUILD_SRC),) | |||
| 929 | echo " in the '$(srctree)' directory.";\ | 929 | echo " in the '$(srctree)' directory.";\ |
| 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 \ |
| 933 | $(Q)if [ -e $(srctree)/include/asm-$(SRCARCH)/errno.h ]; then \ | 933 | mkdir -p include2; \ |
| 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 |
| 937 | 937 | ||
| 938 | # prepare2 creates a makefile if using a separate output directory | 938 | # prepare2 creates a makefile if using a separate output directory |
