mirror_zfs/module/Makefile.in

11 lines
228 B
Makefile
Raw Normal View History

subdir-m += spl
subdir-m += splat
all:
$(MAKE) -C @LINUX@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ modules
install uninstall clean distclean maintainer-clean distdir:
$(MAKE) -C @LINUX@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ $@
check: