summaryrefslogtreecommitdiffstats
path: root/qemu/crypto/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/crypto/Makefile.objs')
-rw-r--r--qemu/crypto/Makefile.objs5
1 files changed, 5 insertions, 0 deletions
diff --git a/qemu/crypto/Makefile.objs b/qemu/crypto/Makefile.objs
new file mode 100644
index 000000000..b05013831
--- /dev/null
+++ b/qemu/crypto/Makefile.objs
@@ -0,0 +1,5 @@
+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