mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 03:01:26 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4078 d57e44dd-8a1f-0410-8b47-8ef2f437770f
15 lines
621 B
Diff
15 lines
621 B
Diff
diff --git a/Makefile b/Makefile
|
|
index d018956..3c3b936 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -357,7 +357,8 @@ CFLAGS_GCOV = -fprofile-arcs -ftest-coverage
|
|
|
|
# Use LINUXINCLUDE when you must reference the include/ directory.
|
|
# Needed to be compatible with the O= option
|
|
-LINUXINCLUDE := -I$(srctree)/arch/$(hdr-arch)/include \
|
|
+LINUXINCLUDE := $(PRE_CFLAGS) \
|
|
+ -I$(srctree)/arch/$(hdr-arch)/include \
|
|
-Iarch/$(hdr-arch)/include/generated -Iinclude \
|
|
$(if $(KBUILD_SRC), -I$(srctree)/include) \
|
|
-include include/generated/autoconf.h
|