snow/pit: include chromeos.c in romstage
When CONFIG_CHROMEOS is enabled, both systems currently fail to build romstage due to undefined symbols. Change-Id: I0edcb141b9a79fad6b1a629bf77cae656c3d6319 Signed-off-by: Isaac Christensen <isaac.christensen@se-eng.com> Reviewed-on: http://review.coreboot.org/6873 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
4177db52a2
commit
08539b3b98
|
@ -22,6 +22,7 @@ bootblock-y += wakeup.c
|
|||
romstage-y += memory.c
|
||||
romstage-y += romstage.c
|
||||
romstage-y += wakeup.c
|
||||
romstage-y += chromeos.c
|
||||
|
||||
ramstage-y += mainboard.c
|
||||
ramstage-y += chromeos.c
|
||||
|
|
|
@ -22,6 +22,7 @@ bootblock-y += wakeup.c
|
|||
romstage-y += memory.c
|
||||
romstage-y += romstage.c
|
||||
romstage-y += wakeup.c
|
||||
romstage-y += chromeos.c
|
||||
|
||||
ramstage-y += mainboard.c
|
||||
ramstage-y += chromeos.c
|
||||
|
|
Loading…
Reference in New Issue