aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/pca9538/Makefile.inc
blob: 8b7fa2546ef2189b24e0852219c7a271290b6aeb (plain)
1
2
3
4
5
ramstage-$(CONFIG_DRIVERS_I2C_PCA9538) += pca9538.c

ifeq ($(CONFIG_DRIVERS_I2C_PCA9538),y)
CFLAGS_common += -Isrc/drivers/i2c/pca9538
endif