aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/defaults/efi.h
diff options
context:
space:
mode:
authorGeoff Lywood <glywood@vmware.com>2010-06-16 14:35:24 -0700
committerMichael Brown <mcb30@ipxe.org>2010-06-23 17:25:07 +0100
commitf2b3f560d28db6f0f9be0be42f9b68ddf3628ead (patch)
treec57f5cf368d964d9820de82a89ef783ca06606ee /src/config/defaults/efi.h
parentf658d7daba3ec07a7150ef29de43317339b8f9a9 (diff)
downloadipxe-f2b3f560d28db6f0f9be0be42f9b68ddf3628ead.tar.gz
[efi] Build iPXE script support into EFI binaries by default
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults/efi.h')
-rw-r--r--src/config/defaults/efi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/efi.h b/src/config/defaults/efi.h
index fe38fd03b..35e5fde97 100644
--- a/src/config/defaults/efi.h
+++ b/src/config/defaults/efi.h
@@ -17,5 +17,6 @@
#define SMBIOS_EFI
#define IMAGE_EFI /* EFI image support */
+#define IMAGE_SCRIPT /* iPXE script image support */
#endif /* CONFIG_DEFAULTS_EFI_H */