summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>2012-09-27 16:39:53 -0700
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2012-09-27 16:40:47 -0700
commit2bb775b857de540eaf2ce5929d0b06eb81c2bd1b (patch)
treea541fcbf0f7c402b4bd7d37c0c536c790b8d511c /Makefile
parente9b22078d817028cb57b824555ffb3c53411cec4 (diff)
compat-drivers: separate NOSTDINC_FLAGS include dir lines
This will make it easier to review changes to this variable later. Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6eccff63..d8c7d273 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ ifneq ($(KERNELRELEASE),)
-include $(COMPAT_CONFIG)
include $(COMPAT_CONFIG_CW)
-NOSTDINC_FLAGS := -I$(M)/include/ \
+NOSTDINC_FLAGS := \
+ -I$(M)/include/ \
-include $(M)/include/linux/compat-2.6.h \
$(CFLAGS)