diff options
Diffstat (limited to 'src/device/Makefile.inc')
-rw-r--r-- | src/device/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc index 261ed53656..232a981122 100644 --- a/src/device/Makefile.inc +++ b/src/device/Makefile.inc @@ -20,8 +20,9 @@ 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 +bootblock-y += device_simple.c +verstage-y += device_simple.c +romstage-y += device_simple.c romstage-$(CONFIG_PCI) += pci_early.c subdirs-y += oprom dram |