]> git.proxmox.com Git - mirror_spl.git/blame - module/Makefile.in
Build System Default Kernel
[mirror_spl.git] / module / Makefile.in
CommitLineData
a0aadf56 1subdir-m += spl
2subdir-m += splat
3
c5f70460 4modules clean:
57d86234 5 $(MAKE) -C @LINUX@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ $@
a0aadf56 6
c5f70460
BB
7modules_install:
8 $(MAKE) -C @LINUX@ SUBDIRS=`pwd` INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=addon $@
9
10distdir:
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
16distclean maintainer-clean: clean
17install: modules_install
18all: modules
07d339d4 19check: