google/storm: romstage needs the accessor functions for buttons

In Chrome OS mode, the romstage tries to interpret the various buttons on the
device, so it needs access to the accessor functions.

Change-Id: I59a4f892ca84d475d8f46c8f8c1906dae10ad32d
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10704
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Patrick Georgi 2015-06-29 22:52:26 +02:00 committed by Patrick Georgi
parent 3cbbf19075
commit dea4bb676a
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ verstage-y += reset.c
romstage-y += romstage.c
romstage-y += cdp.c
romstage-y += chromeos.c
romstage-y += mmu.c
romstage-y += reset.c