mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-18 21:03:52 +00:00
Split ARM on/off function from PSCI support code. This will allow to reuse these functions in other code. Backports commit 825482adde1f971cbddf27e15fb4453ab3fae994 from qemu
7 lines
283 B
Text
7 lines
283 B
Text
obj-y += translate.o op_helper.o helper.o cpu.o
|
|
obj-y += neon_helper.o iwmmxt_helper.o
|
|
obj-$(CONFIG_SOFTMMU) += psci.o
|
|
obj-$(TARGET_AARCH64) += cpu64.o translate-a64.o helper-a64.o unicorn_aarch64.o
|
|
obj-$(TARGET_ARM) += unicorn_arm.o
|
|
obj-y += crypto_helper.o
|
|
obj-y += arm-powerctl.o
|