aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index aa33ef1af..0e0fef95b 100644
--- a/Makefile
+++ b/Makefile
@@ -299,9 +299,9 @@ AFLAGS_KERNEL =
299 299
300# Use LINUXINCLUDE when you must reference the include/ directory. 300# Use LINUXINCLUDE when you must reference the include/ directory.
301# Needed to be compatible with the O= option 301# Needed to be compatible with the O= option
302CFLAGS := 302CFLAGS := $(CFLAGS)
303CPPFLAGS := 303CPPFLAGS := $(CPPFLAGS)
304AFLAGS := 304AFLAGS := $(AFLAGS)
305 305
306# Read KERNELRELEASE from .kernelrelease (if it exists) 306# Read KERNELRELEASE from .kernelrelease (if it exists)
307KERNELRELEASE = $(shell cat .kernelrelease 2> /dev/null) 307KERNELRELEASE = $(shell cat .kernelrelease 2> /dev/null)