diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-12-30 06:37:43 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-13 16:47:36 +0000 |
commit | 15790c842c5c0adc132bf88d5ac6e55224e6ad97 (patch) | |
tree | 373126ae71910d61234bfae3a104dce2e481f29e /src/drivers | |
parent | d7c8d7d7c5cf76c86073f7455f1467fd5c2e41ff (diff) | |
download | coreboot-15790c842c5c0adc132bf88d5ac6e55224e6ad97.tar.gz coreboot-15790c842c5c0adc132bf88d5ac6e55224e6ad97.tar.bz2 coreboot-15790c842c5c0adc132bf88d5ac6e55224e6ad97.zip |
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>
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/i2c/pca9538/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/i2c/pca9538/Makefile.inc b/src/drivers/i2c/pca9538/Makefile.inc index 8b7fa2546ef2..51e9764b9823 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 |