Files
mirror_zfs/module/spl/Makefile.in
T

14 lines
210 B
Makefile
Raw Normal View History

2020-06-07 17:03:12 -04:00
ifneq ($(KBUILD_EXTMOD),)
src = @abs_srcdir@
2018-02-15 17:53:18 -08:00
obj = @abs_builddir@
2020-06-07 17:03:12 -04:00
mfdir = $(obj)
else
mfdir = $(srctree)/$(src)
endif
2018-02-15 17:53:18 -08:00
MODULE := spl
obj-$(CONFIG_ZFS) := $(MODULE).o
2020-06-07 17:03:12 -04:00
include $(mfdir)/../os/linux/spl/Makefile