diff options
Diffstat (limited to 'kernel/Makefile.in')
-rw-r--r-- | kernel/Makefile.in | 3 |
1 files changed, 1 insertions, 2 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 |