]> git.proxmox.com Git - mirror_spl.git/blame - module/Makefile.in
Linux 2.6.32 compat, proc_handler() API change
[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:
31b2e0b0 7 $(MAKE) -C @LINUX_OBJ@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ $@
a0aadf56 8
c5f70460 9modules_install:
31b2e0b0
BB
10 $(MAKE) -C @LINUX_OBJ@ SUBDIRS=`pwd` \
11 INSTALL_MOD_PATH=$(DESTDIR) \
12 INSTALL_MOD_DIR=addon/spl $@
13 find ${DESTDIR}/lib/modules/ -name 'modules.*' | xargs ${RM}
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: