blob: db26538b1af4d15c2a2bdf230aabc2b2875dcf80 [file] [log] [blame]
Chris Chingb8dc63b2017-12-06 14:26:15 -07001ifeq ($(CONFIG_SOC_INTEL_COMMON_BLOCK_I2C),y)
Rizwan Qureshiae6a4b62017-04-26 21:06:35 +05302
Subrata Banike62836b2018-05-07 16:27:51 +05303bootblock-y += i2c.c
4romstage-y += i2c.c
5verstage-y += i2c.c
Philipp Deppenwiese545ed7a2018-02-14 16:47:12 +01006postcar-y += i2c.c
Chris Chingb8dc63b2017-12-06 14:26:15 -07007ramstage-y += i2c.c
Rizwan Qureshiae6a4b62017-04-26 21:06:35 +05308
Chris Chingb8dc63b2017-12-06 14:26:15 -07009endif