diff options
Diffstat (limited to 'src/device/Makefile.inc')
-rw-r--r-- | src/device/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc index 1e19a7cdc9..c2ade9675f 100644 --- a/src/device/Makefile.inc +++ b/src/device/Makefile.inc @@ -19,6 +19,7 @@ ifeq ($(CONFIG_AZALIA_PLUGIN_SUPPORT),y) ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c endif +verstage-y += device_romstage.c romstage-y += device_romstage.c romstage-$(CONFIG_PCI) += pci_early.c |