]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/Makefile
qom: allow QOM to be linked into tools binaries
[mirror_qemu.git] / tests / Makefile
index d77ccee3ab36f7cde09e58eb86a919a785e71244..ddd5148988fdf0d9f24459f1875cd8266a42548f 100644 (file)
@@ -284,9 +284,7 @@ QEMU_CFLAGS += -I$(SRC_PATH)/tests
 
 # Deps that are common to various different sets of tests below
 test-util-obj-y = libqemuutil.a libqemustub.a
-test-qom-obj-y = qom/object.o qom/qom-qobject.o \
-       qom/container.o qom/object_interfaces.o \
-       $(test-util-obj-y)
+test-qom-obj-y = $(qom-obj-y) $(test-util-obj-y)
 test-qapi-obj-y = tests/test-qapi-visit.o tests/test-qapi-types.o \
        tests/test-qapi-event.o \
        $(test-qom-obj-y)