X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=c06e250eca18cf5b3176a8af6a2295c5e5738a56;hb=18114f61359ac05e3aa797d53d63f40db41f798d;hp=f9006663f01e428ec13a39fb215914e750ab66de;hpb=d9be28ea9110c596a05bd2d56afa94251bd19818;p=mv-sheeva.git diff --git a/Makefile b/Makefile index f9006663f01..c06e250eca1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 28 -EXTRAVERSION = +SUBLEVEL = 29 +EXTRAVERSION = -rc1 NAME = Erotic Pickled Herring # *DOCUMENTATION* @@ -965,6 +965,7 @@ ifneq ($(KBUILD_SRC),) mkdir -p include2; \ ln -fsn $(srctree)/include/asm-$(SRCARCH) include2/asm; \ fi + ln -fsn $(srctree) source endif # prepare2 creates a makefile if using a separate output directory @@ -1008,7 +1009,7 @@ define check-symlink endef # We create the target directory of the symlink if it does -# not exist so the test in chack-symlink works and we have a +# not exist so the test in check-symlink works and we have a # directory for generated filesas used by some architectures. define create-symlink if [ ! -L include/asm ]; then \