1## SPDX-License-Identifier: GPL-2.0-only 2ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK_I2C),y) 3 4bootblock-y += i2c.c 5romstage-y += i2c.c 6verstage-y += i2c.c 7postcar-y += i2c.c 8ramstage-y += i2c.c 9 10endif 11