|
@@ -284,8 +284,7 @@ include scripts/Kbuild.include
|
|
|
# Read KERNELRELEASE from include/config/kernel.release (if it exists)
|
|
|
KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null)
|
|
|
KERNELVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION)
|
|
|
-UNAME_RELEASE := $(shell uname --release)
|
|
|
-export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION UNAME_RELEASE
|
|
|
+export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION
|
|
|
|
|
|
# SUBARCH tells the usermode build what the underlying arch is. That is set
|
|
|
# first, and if a usermode build is happening, the "ARCH=um" on the command
|