diff options
author | Andreas Färber <andreas.faerber@web.de> | 2013-01-16 01:57:54 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-01-16 12:14:20 -0600 |
commit | 2bf7b4572b39a494403190636b4e7d44967504c0 (patch) | |
tree | cb26d93be3b5c1621a2c20066f6183ce4bfe0c9b /tests/Makefile | |
parent | 457b65432700281b061086a2a8527bf1f59163a9 (diff) | |
download | qemu-2bf7b4572b39a494403190636b4e7d44967504c0.tar.gz qemu-2bf7b4572b39a494403190636b4e7d44967504c0.tar.bz2 qemu-2bf7b4572b39a494403190636b4e7d44967504c0.zip |
libqtest: Prepare I2C libqos
This adds a simple I2C API and a driver implementation for omap_i2c.
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index d97a571c8b..53c5873b3b 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -116,6 +116,7 @@ QTEST_TARGETS=$(foreach TARGET,$(TARGETS), $(if $(check-qtest-$(TARGET)-y), $(TA check-qtest-$(CONFIG_POSIX)=$(foreach TARGET,$(TARGETS), $(check-qtest-$(TARGET)-y)) qtest-obj-y = tests/libqtest.o libqemuutil.a libqemustub.a +qtest-obj-y += tests/libi2c.o tests/libi2c-omap.o $(check-qtest-y): $(qtest-obj-y) .PHONY: check-help |