summaryrefslogtreecommitdiff
path: root/usr/src/boot/efi/loader/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/boot/efi/loader/Makefile.com')
-rw-r--r--usr/src/boot/efi/loader/Makefile.com10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr/src/boot/efi/loader/Makefile.com b/usr/src/boot/efi/loader/Makefile.com
index 576f60eaf0..963ea246e6 100644
--- a/usr/src/boot/efi/loader/Makefile.com
+++ b/usr/src/boot/efi/loader/Makefile.com
@@ -12,6 +12,8 @@
#
# Copyright 2016 Toomas Soome <tsoome@me.com>
#
+# Copyright 2022 Joyent, Inc.
+#
include $(SRC)/boot/Makefile.version
include $(SRC)/boot/Makefile.inc
@@ -77,6 +79,14 @@ CPPFLAGS += -I$(SRC)/uts/intel/sys/acpi
CPPFLAGS += -I$(PNGLITE)
CPPFLAGS += -DNO_PCI -DEFI
+#
+# Using SNP from loader causes issues when chain-loading iPXE, as described in
+# TRITON-1191. While the exact problem is not known, we have no use for SNP, so
+# we'll just disable it.
+#
+CPPFLAGS += -DLOADER_DISABLE_SNP
+
+
DPLIBSA= ../../../libsa/$(MACHINE)/libsa_pics.a
LIBSA= -L../../../libsa/$(MACHINE) -lsa_pics