i2c/ww_ring: Add ww_ring files to ramstage
These files are required by storm and gale boards for enabling elog support in ramstage. BUG=chrome-os-partner:55639 Change-Id: I2bbfee2acf2bfe2f896a8619b1276dcea1b87f16 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/15893 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
18b02c5630
commit
01ac811b08
|
@ -1,2 +1,5 @@
|
|||
libverstage-$(CONFIG_DRIVERS_I2C_WW_RING) += ww_ring.c
|
||||
libverstage-$(CONFIG_DRIVERS_I2C_WW_RING) += ww_ring_programs.c
|
||||
|
||||
ramstage-$(CONFIG_DRIVERS_I2C_WW_RING) += ww_ring.c
|
||||
ramstage-$(CONFIG_DRIVERS_I2C_WW_RING) += ww_ring_programs.c
|
||||
|
|
Loading…
Reference in New Issue