respect CFLAGS/CPPFLAGS in env
This commit is contained in:
parent
bc5262d3dd
commit
5b6195c9bc
6
Makefile
6
Makefile
@ -299,9 +299,9 @@ AFLAGS_KERNEL =
|
|||||||
|
|
||||||
# Use LINUXINCLUDE when you must reference the include/ directory.
|
# Use LINUXINCLUDE when you must reference the include/ directory.
|
||||||
# Needed to be compatible with the O= option
|
# Needed to be compatible with the O= option
|
||||||
CFLAGS :=
|
CFLAGS := $(CFLAGS)
|
||||||
CPPFLAGS :=
|
CPPFLAGS := $(CPPFLAGS)
|
||||||
AFLAGS :=
|
AFLAGS := $(AFLAGS)
|
||||||
|
|
||||||
# Read KERNELRELEASE from .kernelrelease (if it exists)
|
# Read KERNELRELEASE from .kernelrelease (if it exists)
|
||||||
KERNELRELEASE = $(shell cat .kernelrelease 2> /dev/null)
|
KERNELRELEASE = $(shell cat .kernelrelease 2> /dev/null)
|
||||||
|
Loading…
Reference in New Issue
Block a user