summaryrefslogtreecommitdiffstats
path: root/src/device/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-18 01:19:14 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-22 07:34:41 +0200
commit0e7b7bb6b3180749c7a799a5beecbf0716a49f93 (patch)
tree26cf751907d0e30fb7e5eb2ed46f03c6d1dbee70 /src/device/Makefile.inc
parentb0bb8a1bb46ec2a9d24f6ae7b6a8a6ee0d5dbf91 (diff)
downloadcoreboot-0e7b7bb6b3180749c7a799a5beecbf0716a49f93.tar.gz
coreboot-0e7b7bb6b3180749c7a799a5beecbf0716a49f93.tar.bz2
coreboot-0e7b7bb6b3180749c7a799a5beecbf0716a49f93.zip
device: Use x86 specific code on x86-64
Change-Id: I4763ce32bb0b0e301401daaeb89440524fcc682e Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Signed-off-by: Scott Duplichan <scott@notabs.org> Reviewed-on: http://review.coreboot.org/10584 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/device/Makefile.inc')
-rw-r--r--src/device/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc
index 391811515e4d..1e19a7cdc96f 100644
--- a/src/device/Makefile.inc
+++ b/src/device/Makefile.inc
@@ -10,6 +10,7 @@ ramstage-$(CONFIG_PCIEXP_PLUGIN_SUPPORT) += pciexp_device.c
ramstage-$(CONFIG_CARDBUS_PLUGIN_SUPPORT) += cardbus_device.c
ramstage-$(CONFIG_AZALIA_PLUGIN_SUPPORT) += azalia_device.c
ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_32) += pnp_device.c
+ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_64) += pnp_device.c
ramstage-$(CONFIG_PCI) += pci_ops.c
ramstage-$(CONFIG_PCI) += pci_early.c
ramstage-y += smbus_ops.c