blob: aef8dbb79d3bd1c235ac5065d4cd1f0c9866617a (
plain)
1
2
3
4
5
6
7
8
9
|
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
crypto-obj-y += tlscreds.o
# Let the userspace emulators avoid linking gnutls/etc
crypto-aes-obj-y = aes.o
|