Searched refs:KERNELVERSION (Results 1 – 5 of 5) sorted by relevance
87 version_tag=v$(echo "${KERNELVERSION}" | sed -E 's/^([0-9]+\.[0-9]+)\.0(.*)$/\1\2/')173 if [ -z "${KERNELVERSION}" ]; then185 echo "${KERNELVERSION}$(scm_version --no-dirty)"212 echo "${KERNELVERSION}${file_localversion}${config_localversion}${LOCALVERSION}${scm_version}"
233 perf-tarballs := $(addprefix perf-$(KERNELVERSION), .tar .tar.gz .tar.bz2 .tar.xz .tar.zst)236 $(perf-tarballs): archive-args = --prefix=perf-$(KERNELVERSION)/ $(perf-archive-args)241 perf-tar-src-pkg: perf-$(KERNELVERSION).tar244 perf-tar%-src-pkg: perf-$(KERNELVERSION).tar.% FORCE
31 -DPLUGIN_VERSION=$(call stringify,$(KERNELVERSION)) \
381 KERNELVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVE… macro382 export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION2265 @echo $(KERNELVERSION)
282 KERNELVERSION and BASEINCLUDE values. Use $(PWD) consistently.