]> git.proxmox.com Git - mirror_zfs.git/blob - module/Makefile.in
Build system and packaging (RPM support)
[mirror_zfs.git] / module / Makefile.in
1 subdir-m += spl
2 subdir-m += splat
3
4 modules clean:
5 $(MAKE) -C @LINUX@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ $@
6
7 modules_install:
8 $(MAKE) -C @LINUX@ SUBDIRS=`pwd` INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=addon $@
9
10 distdir:
11 list='$(subdir-m)'; for subdir in $$list; do \
12 (find $$subdir -name '*.c' -o -name '*.h' | \
13 xargs /bin/cp -t $$distdir/$$subdir); \
14 done
15
16 distclean maintainer-clean: clean
17 install: modules_install
18 all: modules
19 check: