[systemd-commits] Makefile.am

Kay Sievers kay at kemper.freedesktop.org
Tue Feb 17 09:07:45 PST 2015


 Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 484122c3458ae5ff5236dd4a6e6ddffcffa08336
Author: Kay Sievers <kay at vrfy.org>
Date:   Tue Feb 17 18:01:10 2015 +0100

    build-sys: add missing HAVE_GNUEFI condition

diff --git a/Makefile.am b/Makefile.am
index 5a17642..51c6d33 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



More information about the systemd-commits mailing list