summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/variants/careena/Makefile.inc
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2018-06-07 11:05:09 -0600
committerMartin Roth <martinroth@google.com>2018-06-08 18:48:40 +0000
commitc24e4a456ff816c8f0440240f5fe0a178a549882 (patch)
tree39d5ba56b81ff337fc6dc64fb2866b299bd656b4 /src/mainboard/google/kahlee/variants/careena/Makefile.inc
parent78e09f96225d4c42d802a5d9b6c1da7eb9c6fc37 (diff)
downloadcoreboot-c24e4a456ff816c8f0440240f5fe0a178a549882.tar.xz
src/mainboard/kahlee: Use common mainboard and romstage files
Until these need to be separated out, use a common file for mainboard and romstage to make upkeep easier. BUG=b:80106042 TEST=Build Grunt and Careena Change-Id: I65188bee1958d442bfe64637c3b93dc05583a686 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/26968 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/variants/careena/Makefile.inc')
-rw-r--r--src/mainboard/google/kahlee/variants/careena/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/kahlee/variants/careena/Makefile.inc b/src/mainboard/google/kahlee/variants/careena/Makefile.inc
index 36f55fd85b..0579e1899f 100644
--- a/src/mainboard/google/kahlee/variants/careena/Makefile.inc
+++ b/src/mainboard/google/kahlee/variants/careena/Makefile.inc
@@ -15,6 +15,6 @@
subdirs-y += ../baseboard/spd
-romstage-y += romstage.c
+romstage-y += ../baseboard/romstage.c
-ramstage-y += mainboard.c
+ramstage-y += ../baseboard/mainboard.c