commit | 5b6195c9bcf5536ec7c921f867573f51e6e4423f | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Jan 26 07:14:01 2007 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Jan 26 07:14:01 2007 +0000 |
tree | 6753fd2c3aad78ec3f49220e74ac7fbb3e06a8fe | |
parent | bc5262d3dd98881ae6dd7c9cf11d638a01977971 [diff] [blame] |
respect CFLAGS/CPPFLAGS in env
diff --git a/Makefile b/Makefile index aa33ef1..0e0fef9 100644 --- a/Makefile +++ b/Makefile
@@ -299,9 +299,9 @@ # Use LINUXINCLUDE when you must reference the include/ directory. # Needed to be compatible with the O= option -CFLAGS := -CPPFLAGS := -AFLAGS := +CFLAGS := $(CFLAGS) +CPPFLAGS := $(CPPFLAGS) +AFLAGS := $(AFLAGS) # Read KERNELRELEASE from .kernelrelease (if it exists) KERNELRELEASE = $(shell cat .kernelrelease 2> /dev/null)