aboutsummaryrefslogtreecommitdiff
path: root/src/device/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/Makefile.inc')
-rw-r--r--src/device/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc
index 05dbe742fb..bed0f718ee 100644
--- a/src/device/Makefile.inc
+++ b/src/device/Makefile.inc
@@ -27,7 +27,13 @@ smm-y += device_const.c
verstage-y += device_const.c
romstage-y += device_const.c
ramstage-y += device_const.c
+
+ifeq ($(CONFIG_ARCH_X86),y)
+bootblock-$(CONFIG_PCI) += pci_early.c
+verstage-$(CONFIG_PCI) += pci_early.c
romstage-$(CONFIG_PCI) += pci_early.c
+postcar-$(CONFIG_PCI) += pci_early.c
+endif
subdirs-y += oprom dram