diff options
Diffstat (limited to 'src/device/Makefile.inc')
-rw-r--r-- | src/device/Makefile.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/device/Makefile.inc b/src/device/Makefile.inc index e86aa2cdfd..05dbe742fb 100644 --- a/src/device/Makefile.inc +++ b/src/device/Makefile.inc @@ -21,12 +21,12 @@ ifeq ($(CONFIG_AZALIA_PLUGIN_SUPPORT),y) ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c endif -bootblock-y += device_simple.c -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 +bootblock-y += device_const.c +postcar-y += device_const.c +smm-y += device_const.c +verstage-y += device_const.c +romstage-y += device_const.c +ramstage-y += device_const.c romstage-$(CONFIG_PCI) += pci_early.c subdirs-y += oprom dram |