]> Git Repo - qemu.git/blobdiff - hw/i2c/Makefile.objs
i2c: add aspeed i2c controller
[qemu.git] / hw / i2c / Makefile.objs
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..1fd54edf4c23ad199c150a703462651f294635ff 100644 (file)
@@ -0,0 +1,9 @@
+common-obj-y += core.o smbus.o smbus_eeprom.o
+common-obj-$(CONFIG_VERSATILE_I2C) += versatile_i2c.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.024169 seconds and 4 git commands to generate.