soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / drivers / i2c / designware / Makefile.inc
blobb960a1cac4eb826a4479a2ea50950a95d19ee03c
1 ifeq ($(CONFIG_DRIVERS_I2C_DESIGNWARE),y)
3 bootblock-y += dw_i2c.c
4 romstage-y += dw_i2c.c
5 verstage-y += dw_i2c.c
6 ramstage-y += dw_i2c.c
7 postcar-y += dw_i2c.c
9 endif