]> git.proxmox.com Git - mirror_spl-debian.git/blame - module/Makefile.in
Packaging improvements for RHEL and SLES
[mirror_spl-debian.git] / module / Makefile.in
CommitLineData
a0aadf56 1subdir-m += spl
2subdir-m += splat
3
0c617c9a
BB
4INSTALL=/usr/bin/install
5
c5f70460 6modules clean:
57d86234 7 $(MAKE) -C @LINUX@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ $@
a0aadf56 8
c5f70460 9modules_install:
0c617c9a
BB
10 $(MAKE) -C @LINUX@ SUBDIRS=`pwd` \
11 INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=addon $@
c5f70460
BB
12
13distdir:
14 list='$(subdir-m)'; for subdir in $$list; do \
15 (find $$subdir -name '*.c' -o -name '*.h' | \
16 xargs /bin/cp -t $$distdir/$$subdir); \
17 done
18
19distclean maintainer-clean: clean
20install: modules_install
21all: modules
07d339d4 22check: