9ae529ec5d
2619 asynchronous destruction of ZFS file systems 2747 SPA versioning with zfs feature flags Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <gwilson@delphix.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Dan Kruchinin <dan.kruchinin@gmail.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com> References: illumos/illumos-gate@53089ab7c8 illumos/illumos-gate@ad135b5d64 illumos changeset: 13700:2889e2596bd6 https://www.illumos.org/issues/2619 https://www.illumos.org/issues/2747 NOTE: The grub specific changes were not ported. This change must be made to the Linux grub packages. Ported-by: Brian Behlendorf <behlendorf1@llnl.gov>
11 lines
346 B
Makefile
11 lines
346 B
Makefile
MODULE := znvpair
|
|
|
|
EXTRA_CFLAGS = $(ZFS_MODULE_CFLAGS) @KERNELCPPFLAGS@
|
|
|
|
obj-$(CONFIG_ZFS) := $(MODULE).o
|
|
|
|
$(MODULE)-objs += @top_srcdir@/module/nvpair/nvpair.o
|
|
$(MODULE)-objs += @top_srcdir@/module/nvpair/fnvpair.o
|
|
$(MODULE)-objs += @top_srcdir@/module/nvpair/nvpair_alloc_spl.o
|
|
$(MODULE)-objs += @top_srcdir@/module/nvpair/nvpair_alloc_fixed.o
|