From 01ac811b08b6e4dbae4aa979cc23910a261e6310 Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Mon, 25 Jul 2016 16:56:44 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/15893 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/drivers/i2c/ww_ring/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/drivers/i2c/ww_ring/Makefile.inc b/src/drivers/i2c/ww_ring/Makefile.inc index eabd3bf529..09f2e93642 100644 --- a/src/drivers/i2c/ww_ring/Makefile.inc +++ b/src/drivers/i2c/ww_ring/Makefile.inc @@ -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 -- cgit v1.2.3