aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/device/Makefile.inc12
-rw-r--r--src/device/device_const.c (renamed from src/device/device_simple.c)0
2 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
diff --git a/src/device/device_simple.c b/src/device/device_const.c
index 2cacb4a9ac..2cacb4a9ac 100644
--- a/src/device/device_simple.c
+++ b/src/device/device_const.c