summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.h1
-rw-r--r--src/core/config.c3
2 files changed, 0 insertions, 4 deletions
diff --git a/src/config.h b/src/config.h
index c436d100c..9aa9e8fdf 100644
--- a/src/config.h
+++ b/src/config.h
@@ -103,7 +103,6 @@
#undef IMAGE_NBI /* NBI image support */
#undef IMAGE_ELF64 /* ELF64 image support */
#undef IMAGE_ELF /* ELF image support */
-#undef IMAGE_COFF /* COFF image support */
#undef IMAGE_FREEBSD /* FreeBSD kernel image support */
#define IMAGE_MULTIBOOT /* MultiBoot image support */
#undef IMAGE_AOUT /* a.out image support */
diff --git a/src/core/config.c b/src/core/config.c
index 7e70c12a1..d5accecfe 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -125,9 +125,6 @@ REQUIRE_OBJECT ( elf64 );
#ifdef IMAGE_ELF
REQUIRE_OBJECT ( elf );
#endif
-#ifdef IMAGE_ELF
-REQUIRE_OBJECT ( coff );
-#endif
#ifdef IMAGE_FREEBSD
REQUIRE_OBJECT ( freebsd );
#endif