summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index f487ae97..82524025 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -92,6 +92,17 @@ REQUIRE_OBJECT ( ipv4 );
#endif
/*
+ * Drag in all requested PXE support
+ *
+ */
+#ifdef PXE_MENU
+REQUIRE_OBJECT ( pxemenu );
+#endif
+#ifdef PXE_STACK
+REQUIRE_OBJECT ( pxe_call );
+#endif
+
+/*
* Drag in all requested download protocols
*
*/