]> git.proxmox.com Git - mirror_spl.git/blame - module/Makefile.in
Build system cleanup
[mirror_spl.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 $@
12 $(INSTALL) -D Module.symvers \
13 $(DESTDIR)/@LINUX@/include/spl/Module.symvers
c5f70460
BB
14
15distdir:
16 list='$(subdir-m)'; for subdir in $$list; do \
17 (find $$subdir -name '*.c' -o -name '*.h' | \
18 xargs /bin/cp -t $$distdir/$$subdir); \
19 done
20
21distclean maintainer-clean: clean
22install: modules_install
23all: modules
07d339d4 24check: