mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 06:22:59 +03:00
[build] Use REQUIRE_OBJECT() to drag in per-object configuration
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1903,5 +1903,8 @@ struct usb_port * usb_root_hub_port ( struct usb_device *usb ) {
|
||||
return usb->port;
|
||||
}
|
||||
|
||||
/* Drag in USB configuration */
|
||||
REQUIRE_OBJECT ( config_usb );
|
||||
|
||||
/* Drag in hub driver */
|
||||
REQUIRE_OBJECT ( usbhub );
|
||||
|
||||
Reference in New Issue
Block a user