Makefile.objs 341 字节
Newer Older
1 2 3 4 5
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
6
crypto-obj-y += tlscreds.o
7
crypto-obj-y += tlscredsanon.o
8
crypto-obj-y += tlscredsx509.o
9
crypto-obj-y += tlssession.o
10
crypto-obj-y += secret.o
11 12 13

# Let the userspace emulators avoid linking gnutls/etc
crypto-aes-obj-y = aes.o