summaryrefslogtreecommitdiffstats
path: root/tests/Makefile
diff options
context:
space:
mode:
authorEduardo Habkost2014-12-19 02:41:06 +0100
committerEduardo Habkost2015-03-09 20:30:02 +0100
commit869b7649b534b51dd9e6ddbbdeb7397e083f527f (patch)
tree553a1461409c3f4feb88dc88fda0407c47c0090a /tests/Makefile
parentMerge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int... (diff)
downloadqemu-869b7649b534b51dd9e6ddbbdeb7397e083f527f.tar.gz
qemu-869b7649b534b51dd9e6ddbbdeb7397e083f527f.tar.xz
qemu-869b7649b534b51dd9e6ddbbdeb7397e083f527f.zip
target-i386: Move topology.h to include/hw/i386
This will allow the PC code to use the header, and lets us eliminate the QEMU_INCLUDES hack inside tests/Makefile. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 307035c26c..7d4b96d4fd 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -239,8 +239,6 @@ $(test-obj-y): QEMU_INCLUDES += -Itests
QEMU_CFLAGS += -I$(SRC_PATH)/tests
qom-core-obj = qom/object.o qom/qom-qobject.o qom/container.o
-tests/test-x86-cpuid.o: QEMU_INCLUDES += -I$(SRC_PATH)/target-i386
-
tests/check-qint$(EXESUF): tests/check-qint.o libqemuutil.a
tests/check-qstring$(EXESUF): tests/check-qstring.o libqemuutil.a
tests/check-qdict$(EXESUF): tests/check-qdict.o libqemuutil.a