summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2006-12-20 01:39:06 +0100
committerMichael Brown2006-12-20 01:39:06 +0100
commitec5789bf0cda2bf49b30cf5e4798e5b7f0787e63 (patch)
treef0b2fe09fdb260dc76b78f29e1c7b5a0a47ff708 /src/core/config.c
parentRemove warning (at least on platforms with uint32_t == unsigned long). (diff)
downloadipxe-ec5789bf0cda2bf49b30cf5e4798e5b7f0787e63.tar.gz
ipxe-ec5789bf0cda2bf49b30cf5e4798e5b7f0787e63.tar.xz
ipxe-ec5789bf0cda2bf49b30cf5e4798e5b7f0787e63.zip
Select required commands via config.h
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 b2cf0941..fa3a4b0f 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -140,6 +140,14 @@ REQUIRE_OBJECT ( pxe );
#endif
/*
+ * Drag in all requested commands
+ *
+ */
+#ifdef NVO_CMD
+REQUIRE_OBJECT ( nvo_cmd );
+#endif
+
+/*
* Drag in miscellaneous objects
*
*/