diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-07-01 14:51:41 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-07-02 03:01:24 +0200 |
commit | cdf8ee60711c1773337b9a907435b908420de920 (patch) | |
tree | e4978dfccf82d7a2fb02cc810c6e95b7aa204df0 /src | |
parent | cecabc19a536f4600fd7d702277baf8313725a07 (diff) | |
download | coreboot-cdf8ee60711c1773337b9a907435b908420de920.tar.xz |
purin: chromeos.c also needed in romstage
Otherwise the Chrome OS build won't succeed.
Change-Id: Idf93a09f53d08b6c201f1de140f0fff35f928dcc
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/10760
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/purin/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/purin/Makefile.inc b/src/mainboard/google/purin/Makefile.inc index 00e4f0bdac..00e6af7f4d 100644 --- a/src/mainboard/google/purin/Makefile.inc +++ b/src/mainboard/google/purin/Makefile.inc @@ -26,6 +26,7 @@ verstage-y += chromeos.c verstage-y += reset.c romstage-y += boardid.c +romstage-y += chromeos.c romstage-y += reset.c ramstage-y += boardid.c |