X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Makefile;h=a35f72a420c030da7e4b107f296c4402bd9cb162;hb=745cecc07cee878a5afdda40d13f8b0901a88ebd;hp=170ed7c159f4115ea809514921afbbace1ec8328;hpb=8b70a90cabafb6a6e1a0d3f838b38355fe48337e;p=karo-tx-linux.git diff --git a/Makefile b/Makefile index 170ed7c159f4..a35f72a420c0 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" @@ -1116,6 +1116,7 @@ help: @echo ' gtags - Generate GNU GLOBAL index' @echo ' kernelrelease - Output the release version string' @echo ' kernelversion - Output the version stored in Makefile' + @echo ' image_name - Output the image name' @echo ' headers_install - Install sanitised kernel headers to INSTALL_HDR_PATH'; \ echo ' (default: $(INSTALL_HDR_PATH))'; \ echo '' @@ -1310,7 +1311,7 @@ export_report: endif #ifeq ($(config-targets),1) endif #ifeq ($(mixed-targets),1) -PHONY += checkstack kernelrelease kernelversion +PHONY += checkstack kernelrelease kernelversion image_name # UML needs a little special treatment here. It wants to use the host # toolchain, so needs $(SUBARCH) passed to checkstack.pl. Everyone @@ -1331,6 +1332,9 @@ kernelrelease: kernelversion: @echo $(KERNELVERSION) +image_name: + @echo $(KBUILD_IMAGE) + # Clear a bunch of variables before executing the submake tools/: FORCE $(Q)mkdir -p $(objtree)/tools