]> git.proxmox.com Git - mirror_qemu.git/blobdiff - crypto/Makefile.objs
crypto: move crypto objects out of libqemuutil.la
[mirror_qemu.git] / crypto / Makefile.objs
index b05013831bc92004fd0199999bfdac501002e042..2167fd2fdfbd47aa371adbc22b6fb3aed0ec1ae3 100644 (file)
@@ -1,5 +1,8 @@
-util-obj-y += init.o
-util-obj-y += hash.o
-util-obj-y += aes.o
-util-obj-y += desrfb.o
-util-obj-y += cipher.o
+crypto-obj-y = init.o
+crypto-obj-y += hash.o
+crypto-obj-y += aes.o
+crypto-obj-y += desrfb.o
+crypto-obj-y += cipher.o
+
+# Let the userspace emulators avoid linking gnutls/etc
+crypto-aes-obj-y = aes.o