Fixed custom lufs module build if lufs-devel is not yet installed.
authorshort <>
Wed, 20 Aug 2003 17:29:59 +0000 (17:29 +0000)
committershort <>
Wed, 20 Aug 2003 17:29:59 +0000 (17:29 +0000)
kernel/Linux/modbin/Makefile.am

index 34a35b6..d808e45 100644 (file)
@@ -7,7 +7,9 @@ CLEANFILES=$(modbin_DATA)
 all-local: *.o
 
 *.o:
-       $(srcdir)/../prepmod --modbindir=. --basedir=$(srcdir)/.. --prebuild \
+       $(srcdir)/../prepmod --modbindir=. --basedir=$(srcdir)/.. \
+                       --kernel-gcc-args="-I$(top_srcdir)/include" \
+                       --prebuild \
                        $(wildcard /usr/src/kernel-headers-*) \
                        $(wildcard $(top_srcdir)/../kernel-source-*.rpm)