]> git.proxmox.com Git - mirror_zfs.git/blob - zfs/Makefile.in
Removed build system from master branch, will relocate to linux-zfs-branch
[mirror_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: