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:
Isaac Christensen 2014-09-11 11:14:15 -06:00
parent 4177db52a2
commit 08539b3b98
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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