]> Git Repo - qemu.git/blame - target/arm/Makefile.objs
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171109' into staging
[qemu.git] / target / arm / Makefile.objs
CommitLineData
5e8861a0 1obj-y += arm-semi.o
ae50a770 2obj-$(CONFIG_SOFTMMU) += machine.o psci.o arch_dump.o monitor.o
494b00c7 3obj-$(CONFIG_KVM) += kvm.o
b197ebd4 4obj-$(call land,$(CONFIG_KVM),$(call lnot,$(TARGET_AARCH64))) += kvm32.o
26861c7c 5obj-$(call land,$(CONFIG_KVM),$(TARGET_AARCH64)) += kvm64.o
cf01ba9e 6obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
fbe37ef3 7obj-y += translate.o op_helper.o helper.o cpu.o
9cdc8df3 8obj-y += neon_helper.o iwmmxt_helper.o
5b50e790 9obj-y += gdbstub.o
d3e35a1f 10obj-$(TARGET_AARCH64) += cpu64.o translate-a64.o helper-a64.o gdbstub64.o
9d935509 11obj-y += crypto_helper.o
548ebcaf 12obj-$(CONFIG_SOFTMMU) += arm-powerctl.o
This page took 0.321827 seconds and 4 git commands to generate.