X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Makefile;h=c19d1638da25cf32d2c6c34a82261dad336a6db4;hb=a27c75e554feb63a0e72b9479bab0b49600d1410;hp=b6ee64dd435e367a8f759761b3f3ad26516cd703;hpb=5d609689d9ff4db12cd38074518e3a19ef0b24a1;p=linux-2.6-microblaze.git diff --git a/Makefile b/Makefile index b6ee64dd435e..c19d1638da25 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 14 SUBLEVEL = 0 -EXTRAVERSION = -rc4 +EXTRAVERSION = -rc6 NAME = Opossums on Parade # *DOCUMENTATION* @@ -1316,6 +1316,16 @@ PHONY += scripts_unifdef scripts_unifdef: scripts_basic $(Q)$(MAKE) $(build)=scripts scripts/unifdef +# --------------------------------------------------------------------------- +# Install + +# Many distributions have the custom install script, /sbin/installkernel. +# If DKMS is installed, 'make install' will eventually recuses back +# to the this Makefile to build and install external modules. +# Cancel sub_make_done so that options such as M=, V=, etc. are parsed. + +install: sub_make_done := + # --------------------------------------------------------------------------- # Tools