Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2017 19:57:26 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326714 - head/stand/efi/boot1
Message-ID:  <201712081957.vB8JvQEd094577@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Dec  8 19:57:26 2017
New Revision: 326714
URL: https://svnweb.freebsd.org/changeset/base/326714

Log:
  boot1.c needs EFI_ZFS_BOOT too, so add it globally. Otherwise we'll
  not be able to actually read ZFS partitions.
  
  Submitted by: kevans@

Modified:
  head/stand/efi/boot1/Makefile

Modified: head/stand/efi/boot1/Makefile
==============================================================================
--- head/stand/efi/boot1/Makefile	Fri Dec  8 19:57:21 2017	(r326713)
+++ head/stand/efi/boot1/Makefile	Fri Dec  8 19:57:26 2017	(r326714)
@@ -34,7 +34,7 @@ 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+=	-DEFI_ZFS_BOOT
+CFLAGS+=	-DEFI_ZFS_BOOT
 LIBZFSBOOT=	${BOOTOBJ}/zfs/libzfsboot.a
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712081957.vB8JvQEd094577>