Fixed -I for prevention of -I/usr/include during Linux kernel mod compilation.
authorshort <>
Mon, 6 Oct 2003 15:22:24 +0000 (15:22 +0000)
committershort <>
Mon, 6 Oct 2003 15:22:24 +0000 (15:22 +0000)
kernel/Linux/modbin/Makefile.am

index 4b2c5e0..94e9c48 100644 (file)
@@ -2,7 +2,7 @@ all-local: *.o
 
 *.o:
        $(srcdir)/../prepmod --modbindir=. --basedir=$(srcdir)/.. \
-                       --kernel-gcc-args="-I$(top_srcdir)/include" \
+                       --kernel-gcc-args="-I$(top_srcdir)/include/lufs" \
                        --prebuild \
                        $(wildcard /usr/src/kernel-headers-*) \
                        $(wildcard $(top_srcdir)/../kernel-source-*.rpm)