diff options
Diffstat (limited to 'crypto/Makefile.objs')
-rw-r--r-- | crypto/Makefile.objs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/Makefile.objs b/crypto/Makefile.objs new file mode 100644 index 0000000000..b05013831b --- /dev/null +++ b/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 |