mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
11 lines
228 B
Makefile
11 lines
228 B
Makefile
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:
|