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>
This commit is contained in:
Elyes Haouas 2022-12-30 06:37:43 +01:00 committed by Felix Held
parent d7c8d7d7c5
commit 15790c842c
1 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1 @@
ramstage-$(CONFIG_DRIVERS_I2C_PCA9538) += pca9538.c ramstage-$(CONFIG_DRIVERS_I2C_PCA9538) += pca9538.c
ifeq ($(CONFIG_DRIVERS_I2C_PCA9538),y)
CFLAGS_common += -Isrc/drivers/i2c/pca9538
endif