From fdf7b8b2fa08ab1d6db946e4b401cfa2040a7fa8 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 6 Oct 2003 15:22:24 +0000 Subject: [PATCH] Fixed -I for prevention of -I/usr/include during Linux kernel mod compilation. --- kernel/Linux/modbin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Linux/modbin/Makefile.am b/kernel/Linux/modbin/Makefile.am index 4b2c5e0..94e9c48 100644 --- a/kernel/Linux/modbin/Makefile.am +++ b/kernel/Linux/modbin/Makefile.am @@ -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) -- 1.8.3.1