]> Git Repo - qemu.git/blobdiff - hw/i2c/Makefile.objs
i2c: add aspeed i2c controller
[qemu.git] / hw / i2c / Makefile.objs
index 648278e7c4b1590fb7d96f22711334a26997b163..1fd54edf4c23ad199c150a703462651f294635ff 100644 (file)
@@ -1,7 +1,9 @@
 common-obj-y += core.o smbus.o smbus_eeprom.o
 common-obj-$(CONFIG_VERSATILE_I2C) += versatile_i2c.o
-common-obj-$(CONFIG_ACPI) += smbus_ich9.o
+common-obj-$(CONFIG_ACPI_X86) += smbus_ich9.o
 common-obj-$(CONFIG_APM) += 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
 obj-$(CONFIG_OMAP) += omap_i2c.o
This page took 0.023628 seconds and 4 git commands to generate.