Searched refs:KERNELVERSION (Results 1 – 7 of 7) sorted by relevance
62 version_tag=v$(echo "${KERNELVERSION}" | sed -E 's/^([0-9]+\.[0-9]+)\.0(.*)$/\1\2/')147 if [ -z "${KERNELVERSION}" ]; then159 echo "${KERNELVERSION}$(scm_version --no-dirty)"186 echo "${KERNELVERSION}${file_localversion}${config_localversion}${LOCALVERSION}${scm_version}"
224 perf-tarballs := $(addprefix perf-$(KERNELVERSION), .tar .tar.gz .tar.bz2 .tar.xz .tar.zst)227 $(perf-tarballs): archive-args = --prefix=perf-$(KERNELVERSION)/ $(perf-archive-args)232 perf-tar-src-pkg: perf-$(KERNELVERSION).tar235 perf-tar%-src-pkg: perf-$(KERNELVERSION).tar.% FORCE
6 mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
370 KERNELVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVE… macro371 export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION2029 @echo $(KERNELVERSION)
31 -DPLUGIN_VERSION=$(call stringify,$(KERNELVERSION)) \
92 -D version=$(KERNELVERSION) -D release=$(KERNELRELEASE) \
282 KERNELVERSION and BASEINCLUDE values. Use $(PWD) consistently.