aboutsummaryrefslogtreecommitdiff
path: root/src/devices/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/Makefile.inc')
-rw-r--r--src/devices/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/Makefile.inc b/src/devices/Makefile.inc
index 9d4b39146c..185ccc11a3 100644
--- a/src/devices/Makefile.inc
+++ b/src/devices/Makefile.inc
@@ -12,6 +12,9 @@ ramstage-y += pnp_device.c
ramstage-y += pci_ops.c
ramstage-y += smbus_ops.c
+# Work-around for chip.h removal
+ramstage-y += dummy_chip_ops.c
+
romstage-y+= device_romstage.c
subdirs-y += oprom