aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/cn700/Makefile.inc
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2017-04-03 15:50:39 +0200
committerMartin Roth <martinroth@google.com>2017-04-06 05:09:56 +0200
commit8bd6c538741a75d89a8f5e6d08d8b1ae9b2dba07 (patch)
treee6993ee088a1e1b1cf7ea936680c4b5368d91194 /src/northbridge/via/cn700/Makefile.inc
parent05a6f29d32c246569b7a0561d35ccbf49eec1fb8 (diff)
northbridge/via/cn700: Get rid of #include raminit.c
Using linker instead of '#include *.c'. Change-Id: Ie1bc538aa29c4f18dd6f31a83d3da58f196f2078 Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Reviewed-on: https://review.coreboot.org/19081 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
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