aboutsummaryrefslogblamecommitdiff
path: root/sys/contrib/openzfs/module/spl/Makefile.in
blob: cedbfe92b58ad9a64e770484951dfb2bf5a70b8f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                         
ifneq ($(KBUILD_EXTMOD),)
src = @abs_srcdir@
obj = @abs_builddir@
mfdir = $(obj)
else
mfdir = $(srctree)/$(src)
endif

MODULE := spl

obj-$(CONFIG_ZFS) := $(MODULE).o

include $(mfdir)/../os/linux/spl/Makefile