diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-01-12 09:00:48 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-01-12 09:00:48 +0000 |
commit | 67aedf34fa041bab200e57e4f5bf88f65a1e2287 (patch) | |
tree | 4f0c0a2bd4439269ee5f69a40d034d3891516413 /src/config.h | |
parent | 83559c668a824bc4f4eddcc08ee4245f37b2eccb (diff) | |
download | ipxe-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.h | 5 |
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 */ |