diff options
author | Toomas Soome <tsoome@FreeBSD.org> | 2019-08-08 18:08:13 +0000 |
---|---|---|
committer | Toomas Soome <tsoome@FreeBSD.org> | 2019-08-08 18:08:13 +0000 |
commit | b1b93268466688ef41e6564804459945e3dd134d (patch) | |
tree | 955f512dbc522b9e68a9a9be6ac4410c4a911cf5 /stand/efi/boot1 | |
parent | 56abac3fc39ec44e4310782a8fe0ee90e71e419e (diff) | |
download | src-b1b93268466688ef41e6564804459945e3dd134d.tar.gz src-b1b93268466688ef41e6564804459945e3dd134d.zip |
loader: support com.delphix:removing
We should support removing vdev from boot pool. Update loader zfs reader
to support com.delphix:removing.
Reviewed by: allanjude
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D18901
Notes
Notes:
svn path=/head/; revision=350772
Diffstat (limited to 'stand/efi/boot1')
-rw-r--r-- | stand/efi/boot1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stand/efi/boot1/Makefile b/stand/efi/boot1/Makefile index d9d46673250a..65b7d4f19364 100644 --- a/stand/efi/boot1/Makefile +++ b/stand/efi/boot1/Makefile @@ -36,6 +36,8 @@ SRCS+= zfs_module.c CFLAGS.zfs_module.c+= -I${ZFSSRC} CFLAGS.zfs_module.c+= -I${SYSDIR}/cddl/boot/zfs CFLAGS.zfs_module.c+= -I${SYSDIR}/crypto/skein +CFLAGS.zfs_module.c+= -I${SYSDIR}/cddl/contrib/opensolaris/uts/common + CFLAGS+= -DEFI_ZFS_BOOT .endif |