diff options
Diffstat (limited to 'qemu/crypto/Makefile.objs')
-rw-r--r-- | qemu/crypto/Makefile.objs | 5 |
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 |