aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/cn700/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/cn700/Makefile.inc')
-rw-r--r--src/northbridge/via/cn700/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/via/cn700/Makefile.inc b/src/northbridge/via/cn700/Makefile.inc
index b6e7875099..f7f288f732 100644
--- a/src/northbridge/via/cn700/Makefile.inc
+++ b/src/northbridge/via/cn700/Makefile.inc
@@ -19,5 +19,6 @@ ifeq ($(CONFIG_NORTHBRIDGE_VIA_CN700),y)
ramstage-y += northbridge.c
ramstage-y += agp.c
ramstage-y += vga.c
+romstage-y += raminit.c
endif