summaryrefslogtreecommitdiffstats
path: root/src/device/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/Makefile.inc')
-rw-r--r--src/device/Makefile.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc
index 711a4033532b..baa45bec3e6a 100644
--- a/src/device/Makefile.inc
+++ b/src/device/Makefile.inc
@@ -26,9 +26,15 @@ postcar-y += pci_early.c
ramstage-y += pci_class.c
ramstage-y += pci_device.c
-ramstage-y += pci_ops.c
ramstage-y += pci_rom.c
+bootblock-y += pci_ops.c
+verstage-y += pci_ops.c
+romstage-y += pci_ops.c
+postcar-y += pci_ops.c
+ramstage-y += pci_ops.c
+smm-y += pci_ops.c
+
ramstage-$(CONFIG_HYPERTRANSPORT_PLUGIN_SUPPORT) += hypertransport.c
ramstage-$(CONFIG_PCIX_PLUGIN_SUPPORT) += pcix_device.c
ramstage-$(CONFIG_PCIEXP_PLUGIN_SUPPORT) += pciexp_device.c