vboot: split class in library and stage
The build system includes a bunch of files into verstage that also exist in romstage - generic drivers etc. These create link time conflicts when trying to link both the verstage copy and romstage copy together in a combined configuration, so separate "stage" parts (that allow things to run) from "library" parts (that contain the vboot specifics). Change-Id: Ieed910fcd642693e5e89e55f3e6801887d94462f Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10041 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
committed by
Patrick Georgi
parent
8ef8afbb38
commit
27ef602fab
@@ -1,2 +1,2 @@
|
||||
verstage-$(CONFIG_DRIVERS_I2C_WW_RING) += ww_ring.c
|
||||
verstage-$(CONFIG_DRIVERS_I2C_WW_RING) += ww_ring_programs.c
|
||||
libverstage-$(CONFIG_DRIVERS_I2C_WW_RING) += ww_ring.c
|
||||
libverstage-$(CONFIG_DRIVERS_I2C_WW_RING) += ww_ring_programs.c
|
||||
|
Reference in New Issue
Block a user