summaryrefslogtreecommitdiffstats
path: root/module/Makefile.in
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2009-01-15 10:44:54 -0800
committerBrian Behlendorf <[email protected]>2009-01-15 10:44:54 -0800
commit617d5a673cd16aa91fa9668b94cc385094fae852 (patch)
tree37c7e043f3599d458a3aa0e763363853c298fba3 /module/Makefile.in
parentf6a19c0d37992755ed6b1b50344047537a1efe5c (diff)
Rename modules to module and update references
Diffstat (limited to 'module/Makefile.in')
-rw-r--r--module/Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/module/Makefile.in b/module/Makefile.in
new file mode 100644
index 000000000..86f8951ae
--- /dev/null
+++ b/module/Makefile.in
@@ -0,0 +1,10 @@
+subdir-m += spl
+subdir-m += splat
+
+all:
+ $(MAKE) -C @LINUX@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ modules
+
+install uninstall clean distclean maintainer-clean distdir:
+ $(MAKE) -C @LINUX@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ $@
+
+check: