Searched refs:KERNELVERSION (Results 1 - 5 of 5) sorted by path

/linux-master/Documentation/
H A DMakefile92 -D version=$(KERNELVERSION) -D release=$(KERNELRELEASE) \
/linux-master/
H A DMakefile367 KERNELVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION) macro
368 export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION
2036 @echo $(KERNELVERSION)
/linux-master/scripts/
H A DMakefile.package198 perf-tarballs := $(addprefix perf-$(KERNELVERSION), .tar .tar.gz .tar.bz2 .tar.xz .tar.zst)
201 $(perf-tarballs): archive-args = --prefix=perf-$(KERNELVERSION)/ $(perf-archive-args)
206 perf-tar-src-pkg: perf-$(KERNELVERSION).tar
209 perf-tar%-src-pkg: perf-$(KERNELVERSION).tar.% FORCE
H A Dsetlocalversion62 version_tag=v$(echo "${KERNELVERSION}" | sed -E 's/^([0-9]+\.[0-9]+)\.0(.*)$/\1\2/')
75 # KERNELVERSION exists and is an ancestor of HEAD, use
82 # Otherwise, default to the annotated tag derived from KERNELVERSION.
147 if [ -z "${KERNELVERSION}" ]; then
148 echo "KERNELVERSION is not set" >&2
159 echo "${KERNELVERSION}$(scm_version --no-dirty)"
186 echo "${KERNELVERSION}${file_localversion}${config_localversion}${LOCALVERSION}${scm_version}"
/linux-master/scripts/gcc-plugins/
H A DMakefile31 -DPLUGIN_VERSION=$(call stringify,$(KERNELVERSION)) \

Completed in 1915 milliseconds