X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile;h=a35f72a420c030da7e4b107f296c4402bd9cb162;hb=0fb0f8f5ed9ff1419cd59834e4d1e95d19fb2eef;hp=e631e6c05f8e37e7dc39c86f1532d3f6340812aa;hpb=cb63fc26623ee38fd84d71ea5a98189240ec2e1b;p=~andy%2Flinux diff --git a/Makefile b/Makefile index e631e6c05f8..a35f72a420c 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 -PATCHLEVEL = 10 +PATCHLEVEL = 11 SUBLEVEL = 0 -EXTRAVERSION = -NAME = Unicycling Gorilla +EXTRAVERSION = -rc2 +NAME = Linux for Workgroups # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -981,7 +981,7 @@ _modinst_: # boot a modules.dep even before / is mounted read-write. However the # boot script depmod is the master version. PHONY += _modinst_post -_modinst_post: include/config/kernel.release _modinst_ +_modinst_post: _modinst_ $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modinst $(call cmd,depmod)