summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/i2c/Makefile.inc
blob: 0a03fac4cee9217fc5ffa3e0a309b2f439510883 (plain)
1
2
3
4
5
6
7
8
9
10
## SPDX-License-Identifier: GPL-2.0-only
ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK_I2C),y)

bootblock-y += i2c.c
romstage-y += i2c.c
verstage-y += i2c.c
postcar-y += i2c.c
ramstage-y += i2c.c

endif