diff options
Diffstat (limited to 'crypto/Makefile.objs')
-rw-r--r-- | crypto/Makefile.objs | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/crypto/Makefile.objs b/crypto/Makefile.objs index b05013831b..2167fd2fdf 100644 --- a/crypto/Makefile.objs +++ b/crypto/Makefile.objs @@ -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 |