summaryrefslogtreecommitdiffstats
path: root/src/device/Makefile.inc
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2018-05-15 14:07:51 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-05-24 12:17:51 +0000
commit9129f1aae9dcd669dfd9a0502d7884261fa324e9 (patch)
tree27d23e85bb83f79de8a88fd1f8ad64b469491452 /src/device/Makefile.inc
parent7094f4ea61a26dec4b47c0f30a8100e0887be420 (diff)
downloadcoreboot-9129f1aae9dcd669dfd9a0502d7884261fa324e9.tar.gz
coreboot-9129f1aae9dcd669dfd9a0502d7884261fa324e9.tar.bz2
coreboot-9129f1aae9dcd669dfd9a0502d7884261fa324e9.zip
device: Always build device_simple.c for less code duplication
Change-Id: Iec0a11d67d7641996f26b3a01352be762006ebb6 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/26292 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
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 82d4b36f1f3c..e86aa2cdfdc2 100644
--- a/src/device/Makefile.inc
+++ b/src/device/Makefile.inc
@@ -26,6 +26,7 @@ postcar-y += device_simple.c
smm-y += device_simple.c
verstage-y += device_simple.c
romstage-y += device_simple.c
+ramstage-y += device_simple.c
romstage-$(CONFIG_PCI) += pci_early.c
subdirs-y += oprom dram