unicorn/qemu/crypto/Makefile.objs
Daniel P. Berrange 2e97ecfbcd
crypto: move built-in AES implementation into crypto/
To prepare for a generic internal cipher API, move the
built-in AES implementation into the crypto/ directory

Backports commit 6f2945cde60545aae7f31ab9d5ef29531efbc94f from qemu
2018-02-17 15:23:17 -05:00

3 lines
60 B
Makefile

util-obj-y = init.o
util-obj-y += hash.o
util-obj-y += aes.o