X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=Makefile;h=61741e9d9c6e61ffb234a5f19de2ed56fc36c03d;hp=b6ee64dd435e367a8f759761b3f3ad26516cd703;hb=9ef347c3df98ac69d04ff2d959cb5a3c7d4367d0;hpb=a9a507013a6f98218d1797c8808bd9ba1e79782d diff --git a/Makefile b/Makefile index b6ee64dd435e..61741e9d9c6e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 14 SUBLEVEL = 0 -EXTRAVERSION = -rc4 +EXTRAVERSION = 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