diff options
Diffstat (limited to 'src/devices/Makefile.inc')
-rw-r--r-- | src/devices/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/Makefile.inc b/src/devices/Makefile.inc index 9ffc0bb921..9a2f71e683 100644 --- a/src/devices/Makefile.inc +++ b/src/devices/Makefile.inc @@ -11,6 +11,8 @@ ramstage-y += pnp_device.c ramstage-y += pci_ops.c ramstage-y += smbus_ops.c +romstage-y+= device_romstage.c + subdirs-y += oprom ifeq ($(CONFIG_PCI_ROM_RUN),y) |