Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/71553 )
Change subject: drivers/i2c/pca9538/Makefile.inc: Remove unused path ......................................................................
drivers/i2c/pca9538/Makefile.inc: Remove unused path
Change-Id: I435837381a966b61081d023447a6e7fdfd9a9348 Signed-off-by: Elyes Haouas ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/71553 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Eric Lai eric_lai@quanta.corp-partner.google.com --- M src/drivers/i2c/pca9538/Makefile.inc 1 file changed, 13 insertions(+), 4 deletions(-)
Approvals: build bot (Jenkins): Verified Eric Lai: Looks good to me, approved
diff --git a/src/drivers/i2c/pca9538/Makefile.inc b/src/drivers/i2c/pca9538/Makefile.inc index 8b7fa25..51e9764 100644 --- a/src/drivers/i2c/pca9538/Makefile.inc +++ b/src/drivers/i2c/pca9538/Makefile.inc @@ -1,5 +1 @@ ramstage-$(CONFIG_DRIVERS_I2C_PCA9538) += pca9538.c - -ifeq ($(CONFIG_DRIVERS_I2C_PCA9538),y) -CFLAGS_common += -Isrc/drivers/i2c/pca9538 -endif