aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/Makefile.in
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-07-02 09:22:50 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-07-02 09:22:50 +0000
commitad051c3e27ca6dd57dad57eb188dbcdcfab775fe (patch)
treebdee0dd43c6d75dcff037de88d3e3679a0ab34f7 /kernel/Makefile.in
parent65cf7c7deb7a98dc31beb39db3c1ae1cba45b69f (diff)
downloadlibfuse-ad051c3e27ca6dd57dad57eb188dbcdcfab775fe.tar.gz
direct IO + fixes
Diffstat (limited to 'kernel/Makefile.in')
-rw-r--r--kernel/Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/kernel/Makefile.in b/kernel/Makefile.in
index 6ea6569..bcd792f 100644
--- a/kernel/Makefile.in
+++ b/kernel/Makefile.in
@@ -67,7 +67,8 @@ util.o: $(fuse_headers)
else
-EXTRA_CFLAGS := -I$(PWD)/../include -DFUSE_VERSION=\"@VERSION@\"
+export FUSE_INCLUDE ?= $(shell pwd)/../include
+EXTRA_CFLAGS += -I$(FUSE_INCLUDE) -DFUSE_VERSION=\"@VERSION@\"
obj-m := fuse.o
fuse-objs := dev.o dir.o file.o inode.o util.o
@@ -75,7 +76,3 @@ fuse-objs := dev.o dir.o file.o inode.o util.o
all-spec:
$(MAKE) -C @kernelsrc@ SUBDIRS=$(PWD) @KERNELMAKE_PARAMS@ modules
endif
-
-
-
-