diff options
author | Aaron Durbin <adurbin@chromium.org> | 2016-05-26 11:02:56 -0500 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2016-05-27 19:54:06 +0200 |
commit | 7a3edb6f279f26e7a64c604b90adf38a78d6cb03 (patch) | |
tree | a065ebd71d3837224e5922b40c049f02d18242d4 /src/mainboard/google/reef | |
parent | bef75e7dd9450679d1605df8326a4dfbf2800ff9 (diff) | |
download | coreboot-7a3edb6f279f26e7a64c604b90adf38a78d6cb03.tar.xz |
mainboard/google/reef: support verstage
The chromeos.c suport needs to be linked into verstage so it will
link.
Change-Id: If85e232a3721443edfbbd278b32f72302f13f3a8
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/14973
Tested-by: build bot (Jenkins)
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/reef')
-rw-r--r-- | src/mainboard/google/reef/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/Makefile.inc b/src/mainboard/google/reef/Makefile.inc index b38a4e6488..f8fbbf32aa 100644 --- a/src/mainboard/google/reef/Makefile.inc +++ b/src/mainboard/google/reef/Makefile.inc @@ -6,3 +6,5 @@ romstage-$(CONFIG_CHROMEOS) += chromeos.c ramstage-$(CONFIG_CHROMEOS) += chromeos.c ramstage-y += ec.c ramstage-y += mainboard.c + +verstage-$(CONFIG_CHROMEOS) += chromeos.c |