mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 16:28:16 +00:00
2e97ecfbcd
To prepare for a generic internal cipher API, move the built-in AES implementation into the crypto/ directory Backports commit 6f2945cde60545aae7f31ab9d5ef29531efbc94f from qemu
9 lines
319 B
Makefile
9 lines
319 B
Makefile
util-obj-y = cutils.o qemu-timer-common.o
|
|
util-obj-$(CONFIG_WIN32) += oslib-win32.o qemu-thread-win32.o
|
|
util-obj-$(CONFIG_POSIX) += oslib-posix.o qemu-thread-posix.o
|
|
util-obj-y += module.o
|
|
util-obj-y += bitmap.o bitops.o
|
|
util-obj-y += error.o
|
|
util-obj-y += crc32c.o
|
|
util-obj-y += host-utils.o
|
|
util-obj-y += getauxval.o
|