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 1dbb510024..ce412b7840 100644 --- a/src/device/Makefile.inc +++ b/src/device/Makefile.inc @@ -13,7 +13,8 @@ ramstage-$(CONFIG_ARCH_X86) += pnp_device.c ramstage-$(CONFIG_PCI) += pci_ops.c ramstage-y += smbus_ops.c -romstage-y+= device_romstage.c +romstage-y += device_romstage.c +romstage-$(CONFIG_PCI) += pci_early.c subdirs-y += oprom |