X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Makefile;h=9262ba8da4f9859e8cd86e340fb3c159ce261e7e;hb=5e00d31a0fb74c36f3b174ff0d4914cf09016e6f;hp=e631e6c05f8e37e7dc39c86f1532d3f6340812aa;hpb=75fcf64dc7180a6258dbefd671edb9d86a38d22f;p=cascardo%2Flinux.git diff --git a/Makefile b/Makefile index e631e6c05f8e..9262ba8da4f9 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 3 -PATCHLEVEL = 10 +PATCHLEVEL = 11 SUBLEVEL = 0 -EXTRAVERSION = -NAME = Unicycling Gorilla +EXTRAVERSION = -rc1 +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)