]> Git Repo - qemu.git/blobdiff - Makefile.objs
qom: allow QOM to be linked into tools binaries
[qemu.git] / Makefile.objs
index 4881d2c2a6e9f950a84db37e89aafc413cc66283..3df2efca1c7b6d27f6a73b11d12bfeb412b82d5f 100644 (file)
@@ -20,6 +20,16 @@ block-obj-y += coroutine-$(CONFIG_COROUTINE_BACKEND).o
 
 block-obj-m = block/
 
+#######################################################################
+# crypto-obj-y is code used by both qemu system emulation and qemu-img
+
+crypto-obj-y = crypto/
+crypto-aes-obj-y = crypto/
+
+#######################################################################
+# qom-obj-y is code used by both qemu system emulation and qemu-img
+
+qom-obj-y = qom/
 
 ######################################################################
 # smartcard
This page took 0.023237 seconds and 4 git commands to generate.