From ba9f82ed73400abca7ce08c5adcaaf943d200c38 Mon Sep 17 00:00:00 2001
From: Felix Singer <felixsinger@posteo.net>
Date: Thu, 1 Oct 2020 20:25:05 +0000
Subject: mb/clevo/l140cu: Add variant specific romstage.c to build
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

While restructuring the mainboard directory, it was forgotten to add the
variant specific romstage.c to the build. Therefore, add romstage.c to
the Makefile fixing the raminit.

Change-Id: I7afbf1574803128f7d62592eed2398c945334757
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45928
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
 src/mainboard/clevo/cml-u/variants/l140cu/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/clevo/cml-u/variants/l140cu/Makefile.inc b/src/mainboard/clevo/cml-u/variants/l140cu/Makefile.inc
index 3d742d6e13..bd3e899dc8 100644
--- a/src/mainboard/clevo/cml-u/variants/l140cu/Makefile.inc
+++ b/src/mainboard/clevo/cml-u/variants/l140cu/Makefile.inc
@@ -1,4 +1,5 @@
 bootblock-y += bootblock.c
+romstage-y += romstage.c
 ramstage-y += ramstage.c
 ramstage-y += hda_verb.c
 SPD_SOURCES  = samsung-K4AAG165WA-BCTD
-- 
cgit v1.2.3