Signed-off-by: Michael Brown <mcb30@ipxe.org>
#ifdef NSLOOKUP_CMD
REQUIRE_OBJECT ( nslookup_cmd );
#endif
-#ifdef PCI_CMD
-REQUIRE_OBJECT ( pci_cmd );
-#endif
#ifdef PARAM_CMD
REQUIRE_OBJECT ( param_cmd );
#endif
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );
+#include <config/general.h>
#include <config/settings.h>
#include <config/ioapi.h>
PROVIDE_REQUIRING_SYMBOL();
+#ifdef PCI_CMD
+REQUIRE_OBJECT ( pci_cmd );
+#endif
#ifdef PCI_SETTINGS
REQUIRE_OBJECT ( pci_settings );
#endif