diff options
Diffstat (limited to 'src/device/Makefile.inc')
-rw-r--r-- | src/device/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc index 3018ef9626..7da6ea85d3 100644 --- a/src/device/Makefile.inc +++ b/src/device/Makefile.inc @@ -61,7 +61,8 @@ ramstage-y += mmio.c ramstage-y += resource_allocator_common.c ramstage-y += resource_allocator_v4.c -ramstage-$(CONFIG_XHCI_UTILS) += xhci.c +ramstage-$(CONFIG_XHCI_UTILS) += xhci.c xhci_resource.c +smm-$(CONFIG_XHCI_UTILS) += xhci_resource.c ramstage-y += gpio.c ramstage-y += mdio.c |