diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/Makefile.in | 3 | ||||
-rw-r--r-- | kernel/configure.ac | 1 | ||||
-rw-r--r-- | kernel/fuse_i.h | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/kernel/Makefile.in b/kernel/Makefile.in index 2cb000e..ec6ba8f 100644 --- a/kernel/Makefile.in +++ b/kernel/Makefile.in @@ -73,8 +73,7 @@ util.o: $(fuse_headers) else -export FUSE_INCLUDE ?= $(shell pwd) -EXTRA_CFLAGS += -I$(FUSE_INCLUDE) -DFUSE_VERSION=\"$(VERSION)\" +EXTRA_CFLAGS += -DFUSE_VERSION=\"$(VERSION)\" obj-m := fuse.o fuse-objs := dev.o dir.o file.o inode.o util.o diff --git a/kernel/configure.ac b/kernel/configure.ac index f57a67c..e6bf669 100644 --- a/kernel/configure.ac +++ b/kernel/configure.ac @@ -38,7 +38,6 @@ kmoduledir=/lib/modules/$kernsrcver AC_SUBST(kernelsrc) AC_SUBST(majver) AC_SUBST(kmoduledir) -subdirs="$subdirs kernel" if echo "$kernsrcver" | grep -q "^2.4"; then old_cflags="$CFLAGS" diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h index 9812f31..fa0c497 100644 --- a/kernel/fuse_i.h +++ b/kernel/fuse_i.h @@ -26,7 +26,7 @@ # endif #endif -#include <config.h> +#include "config.h" #ifndef KERNEL_2_6 # include <linux/config.h> # ifdef CONFIG_MODVERSIONS |