summaryrefslogtreecommitdiffstats
path: root/qemu/target-arm/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/target-arm/Makefile.objs')
-rw-r--r--qemu/target-arm/Makefile.objs11
1 files changed, 0 insertions, 11 deletions
diff --git a/qemu/target-arm/Makefile.objs b/qemu/target-arm/Makefile.objs
deleted file mode 100644
index 82cbe6bba..000000000
--- a/qemu/target-arm/Makefile.objs
+++ /dev/null
@@ -1,11 +0,0 @@
-obj-y += arm-semi.o
-obj-$(CONFIG_SOFTMMU) += machine.o psci.o arch_dump.o monitor.o
-obj-$(CONFIG_KVM) += kvm.o
-obj-$(call land,$(CONFIG_KVM),$(call lnot,$(TARGET_AARCH64))) += kvm32.o
-obj-$(call land,$(CONFIG_KVM),$(TARGET_AARCH64)) += kvm64.o
-obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
-obj-y += translate.o op_helper.o helper.o cpu.o
-obj-y += neon_helper.o iwmmxt_helper.o
-obj-y += gdbstub.o
-obj-$(TARGET_AARCH64) += cpu64.o translate-a64.o helper-a64.o gdbstub64.o
-obj-y += crypto_helper.o