From 484122c3458ae5ff5236dd4a6e6ddffcffa08336 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Tue, 17 Feb 2015 18:01:10 +0100 Subject: [PATCH] build-sys: add missing HAVE_GNUEFI condition --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 5a17642f7..51c6d33af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2505,6 +2505,7 @@ dist_zshcompletion_DATA += \ shell-completion/zsh/_bootctl # ------------------------------------------------------------------------------ +if HAVE_GNUEFI efi_cppflags = \ $(EFI_CPPFLAGS) \ -I$(top_builddir) -include config.h \ @@ -2625,6 +2626,7 @@ test-efi-disk.img: $(sd_boot) $(stub) test/test-efi-create-disk.sh test-efi: test-efi-disk.img $(QEMU) -machine accel=kvm -m 1024 -bios $(QEMU_BIOS) -snapshot test-efi-disk.img endif +endif # ------------------------------------------------------------------------------ if HAVE_BLKID -- 2.30.2