mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-13 19:50:25 +03:00
13 lines
232 B
Makefile
13 lines
232 B
Makefile
|
subdir-m += spl
|
||
|
subdir-m += splat
|
||
|
|
||
|
all:
|
||
|
$(MAKE) -C @kernelsrc@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ modules
|
||
|
|
||
|
install uninstall clean distclean maintainer-clean distdir:
|
||
|
$(MAKE) -C @kernelsrc@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ $@
|
||
|
|
||
|
|
||
|
|
||
|
|