aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-10 06:04:41 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-10 06:04:41 -0500
commitb17304245f0db0ac69b795c411407808f3f2796d (patch)
tree63ed3915d9295bd08f640bf25c322064ba787fad /Makefile
parent889c92d21db40be0b7d22a59395060237895bb85 (diff)
parent9a100a4464917b5ffff3a8ce1c2758088fd9bb32 (diff)
Merge branch 'linus' into x86/setup-lzma
Conflicts: init/do_mounts_rd.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f9006663f01e..28331288341f 100644
--- a/Makefile
+++ b/Makefile
@@ -965,6 +965,7 @@ ifneq ($(KBUILD_SRC),)
965 mkdir -p include2; \ 965 mkdir -p include2; \
966 ln -fsn $(srctree)/include/asm-$(SRCARCH) include2/asm; \ 966 ln -fsn $(srctree)/include/asm-$(SRCARCH) include2/asm; \
967 fi 967 fi
968 ln -fsn $(srctree) source
968endif 969endif
969 970
970# prepare2 creates a makefile if using a separate output directory 971# prepare2 creates a makefile if using a separate output directory
@@ -1008,7 +1009,7 @@ define check-symlink
1008endef 1009endef
1009 1010
1010# We create the target directory of the symlink if it does 1011# We create the target directory of the symlink if it does
1011# not exist so the test in chack-symlink works and we have a 1012# not exist so the test in check-symlink works and we have a
1012# directory for generated filesas used by some architectures. 1013# directory for generated filesas used by some architectures.
1013define create-symlink 1014define create-symlink
1014 if [ ! -L include/asm ]; then \ 1015 if [ ! -L include/asm ]; then \