Home
last modified time | relevance | path

Searched hist:"0 c7012e0558e4312e575fd4c70652d8ef2265ff7" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A DMakefile0c7012e0558e4312e575fd4c70652d8ef2265ff7 Wed Sep 02 05:18:16 CDT 2015 Daniel P. Berrange <berrange@redhat.com> qom: allow QOM to be linked into tools binaries

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>