X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Makefile;h=9ca176ff1e40f1f0fe49e45cbae5818378070731;hb=74eedeba459d878484634cbfd5d1c2fbaf7178b9;hp=b6ee64dd435e367a8f759761b3f3ad26516cd703;hpb=894d6f401b21865962aba776ecaa918b2f0abaa6;p=linux-2.6-microblaze.git diff --git a/Makefile b/Makefile index b6ee64dd435e..9ca176ff1e40 100644 --- a/Makefile +++ b/Makefile @@ -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