From 0f88ae724e37b182259a81c9b29db796588c28b8 Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 26 Aug 2017 18:29:48 +0000 Subject: [PATCH] No need for MK_ZFS around these: they are by their nature only active when MK_ZFS is true. Sponsored by: Netflix --- sys/boot/efi/boot1/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/boot/efi/boot1/Makefile b/sys/boot/efi/boot1/Makefile index 72ede441263a..9f62ad9cd634 100644 --- a/sys/boot/efi/boot1/Makefile +++ b/sys/boot/efi/boot1/Makefile @@ -10,7 +10,6 @@ PROG= boot1.sym INTERNALPROG= WARNS?= 6 -.if ${MK_ZFS} != "no" # Disable warnings that are currently incompatible with the zfs boot code CWARNFLAGS.zfs_module.c += -Wno-array-bounds CWARNFLAGS.zfs_module.c += -Wno-cast-align @@ -25,7 +24,6 @@ CWARNFLAGS.skein.c += -Wno-missing-variable-declarations .else if ${COMPILER_TYPE} == "gcc" CWARNFLAGS.skein.c += -Wno-missing-declarations .endif -.endif # architecture-specific loader code SRCS= boot1.c self_reloc.c start.S ufs_module.c