summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2006-06-11 03:55:43 +0200
committerMichael Brown2006-06-11 03:55:43 +0200
commitc10698b8b45cd3250d5cddaa60bd257514b72085 (patch)
tree48524c494e6e10cc1d974997e4fb4e7de7bfe2c2 /src/core/config.c
parentFix typo (diff)
downloadipxe-c10698b8b45cd3250d5cddaa60bd257514b72085.tar.gz
ipxe-c10698b8b45cd3250d5cddaa60bd257514b72085.tar.xz
ipxe-c10698b8b45cd3250d5cddaa60bd257514b72085.zip
Add NULL_TRAP as a config option
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/config.c b/src/core/config.c
index ce92d90a..3a57ffd5 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -199,3 +199,11 @@ REQUIRE_OBJECT ( wince );
#ifdef PXE_IMAGE
REQUIRE_OBJECT ( pxe );
#endif
+
+/*
+ * Drag in miscellaneous objects
+ *
+ */
+#ifdef NULL_TRAP
+REQUIRE_OBJECT ( nulltrap );
+#endif