aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-04-02 14:58:22 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-04-02 14:58:22 +0000
commit851948cc0da73424cdaf836a020830c54ae784c7 (patch)
tree465ce8c68a5ed4dd55930efe3997a448315b0f4c /kernel
parent03cebaef615f9098d030ba776c124fa5f27d5c74 (diff)
downloadlibfuse-851948cc0da73424cdaf836a020830c54ae784c7.tar.gz
user mode linux detection in configure
Diffstat (limited to 'kernel')
-rw-r--r--kernel/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Makefile.in b/kernel/Makefile.in
index 4015069..0421f54 100644
--- a/kernel/Makefile.in
+++ b/kernel/Makefile.in
@@ -73,7 +73,7 @@ obj-m := fuse.o
fuse-objs := dev.o dir.o file.o inode.o util.o
all-spec:
- $(MAKE) -C @kernelsrc@ SUBDIRS=$(PWD) modules
+ $(MAKE) -C @kernelsrc@ SUBDIRS=$(PWD) @KERNELMAKE_PARAMS@ modules
endif