mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 21:32:52 +00:00
0c7012e055
The qom objects are currently added to common-obj-y which is only linked into the system emulators. The later crypto patches will depend on QOM infrastructure and will also be used from tools binaries. Thus the QOM objects are moved into a new qom-obj-y variable which can be referenced when linking tools, system emulators and tests. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
4 lines
102 B
Text
4 lines
102 B
Text
qom-obj-y = object.o container.o qom-qobject.o
|
|
qom-obj-y += object_interfaces.o
|
|
|
|
common-obj-y = cpu.o
|