e0b30c8373ef35cef90131c1b75b6acf0d3db367
[zfs.git] / zfs / Makefile.in
1 subdir-m += lib
2 subdir-m += zcmd
3
4 all:
5 # Make the exported SPL symbols available to this module.  There
6 # is probably a better way to do this, but this will have to do
7 # for now...  an option to modpost perhaps.
8         cp @splsymvers@ .
9
10 # Kick off the kernel build system
11         $(MAKE) -C @LINUX@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ modules
12
13 install uninstall clean distclean maintainer-clean distdir:
14         $(MAKE) -C @LINUX@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ $@
15
16 check: