6306cae275
Move it together with the other EDID code. hw/i2c should only include the core and the adapters, not the slaves. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20190325155923.30987-1-pbonzini@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
14 lines
616 B
Makefile
14 lines
616 B
Makefile
common-obj-$(CONFIG_I2C) += core.o smbus_slave.o smbus_master.o
|
|
common-obj-$(CONFIG_SMBUS_EEPROM) += smbus_eeprom.o
|
|
common-obj-$(CONFIG_VERSATILE_I2C) += versatile_i2c.o
|
|
common-obj-$(CONFIG_ACPI_X86_ICH) += smbus_ich9.o
|
|
common-obj-$(CONFIG_ACPI_SMBUS) += pm_smbus.o
|
|
common-obj-$(CONFIG_BITBANG_I2C) += bitbang_i2c.o
|
|
common-obj-$(CONFIG_EXYNOS4) += exynos4210_i2c.o
|
|
common-obj-$(CONFIG_IMX_I2C) += imx_i2c.o
|
|
common-obj-$(CONFIG_ASPEED_SOC) += aspeed_i2c.o
|
|
common-obj-$(CONFIG_NRF51_SOC) += microbit_i2c.o
|
|
common-obj-$(CONFIG_MPC_I2C) += mpc_i2c.o
|
|
obj-$(CONFIG_OMAP) += omap_i2c.o
|
|
obj-$(CONFIG_PPC4XX) += ppc4xx_i2c.o
|