mb/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git] / src / soc / intel / common / block / i2c / Makefile.mk
blob0a03fac4cee9217fc5ffa3e0a309b2f439510883
1 ## SPDX-License-Identifier: GPL-2.0-only
2 ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK_I2C),y)
4 bootblock-y += i2c.c
5 romstage-y += i2c.c
6 verstage-y += i2c.c
7 postcar-y += i2c.c
8 ramstage-y += i2c.c
10 endif