aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-01-12 09:00:48 +0000
committerMichael Brown <mcb30@etherboot.org>2007-01-12 09:00:48 +0000
commit67aedf34fa041bab200e57e4f5bf88f65a1e2287 (patch)
tree4f0c0a2bd4439269ee5f69a40d034d3891516413 /src/config.h
parent83559c668a824bc4f4eddcc08ee4245f37b2eccb (diff)
downloadipxe-67aedf34fa041bab200e57e4f5bf88f65a1e2287.tar.gz
Use systematic names for XXX_IMAGE.
Add scripts as an image format (since it's trivial to do).
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index d6e01134..b8ab9291 100644
--- a/src/config.h
+++ b/src/config.h
@@ -102,11 +102,12 @@
#undef ELF64_IMAGE /* ELF64 image support */
#undef ELF_IMAGE /* ELF image support */
#undef COFF_IMAGE /* COFF image support */
-#undef IMAGE_FREEBSD /* FreeBSD kernel image support */
-#undef IMAGE_MULTIBOOT /* MultiBoot image support */
+#undef FREEBSD_IMAGE /* FreeBSD kernel image support */
+#define MULTIBOOT_IMAGE /* MultiBoot image support */
#undef AOUT_IMAGE /* a.out image support */
#undef WINCE_IMAGE /* WinCE image support */
#undef PXE_IMAGE /* PXE image support */
+#define SCRIPT_IMAGE /* gPXE script image support */
/* @END general.h */