]> git.proxmox.com Git - mirror_qemu.git/blame - target/arm/Makefile.objs
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190703-pull-request' into...
[mirror_qemu.git] / target / arm / Makefile.objs
CommitLineData
5e8861a0 1obj-y += arm-semi.o
07774d58
PMD
2obj-y += helper.o vfp_helper.o
3obj-y += cpu.o gdbstub.o
87f4f183 4obj-$(TARGET_AARCH64) += cpu64.o gdbstub64.o
b601e0cd
PMD
5
6obj-$(CONFIG_SOFTMMU) += machine.o arch_dump.o monitor.o
548ebcaf 7obj-$(CONFIG_SOFTMMU) += arm-powerctl.o
38388f7e 8
7efefd9b
PMD
9obj-$(CONFIG_KVM) += kvm.o
10obj-$(call land,$(CONFIG_KVM),$(call lnot,$(TARGET_AARCH64))) += kvm32.o
11obj-$(call land,$(CONFIG_KVM),$(TARGET_AARCH64)) += kvm64.o
12obj-$(call lnot,$(CONFIG_KVM)) += kvm-stub.o
13
38388f7e
RH
14DECODETREE = $(SRC_PATH)/scripts/decodetree.py
15
16target/arm/decode-sve.inc.c: $(SRC_PATH)/target/arm/sve.decode $(DECODETREE)
17 $(call quiet-command,\
18 $(PYTHON) $(DECODETREE) --decode disas_sve -o $@ $<,\
19 "GEN", $(TARGET_DIR)$@)
20
78e138bc
PM
21target/arm/decode-vfp.inc.c: $(SRC_PATH)/target/arm/vfp.decode $(DECODETREE)
22 $(call quiet-command,\
23 $(PYTHON) $(DECODETREE) --static-decode disas_vfp -o $@ $<,\
24 "GEN", $(TARGET_DIR)$@)
25
26target/arm/decode-vfp-uncond.inc.c: $(SRC_PATH)/target/arm/vfp-uncond.decode $(DECODETREE)
27 $(call quiet-command,\
28 $(PYTHON) $(DECODETREE) --static-decode disas_vfp_uncond -o $@ $<,\
29 "GEN", $(TARGET_DIR)$@)
30
38388f7e 31target/arm/translate-sve.o: target/arm/decode-sve.inc.c
78e138bc
PM
32target/arm/translate.o: target/arm/decode-vfp.inc.c
33target/arm/translate.o: target/arm/decode-vfp-uncond.inc.c
34
e21b551c 35obj-y += tlb_helper.o
07774d58
PMD
36obj-y += translate.o op_helper.o
37obj-y += crypto_helper.o
38obj-y += iwmmxt_helper.o vec_helper.o neon_helper.o
39
b601e0cd
PMD
40obj-$(CONFIG_SOFTMMU) += psci.o
41
87f4f183 42obj-$(TARGET_AARCH64) += translate-a64.o helper-a64.o
9e18d7a6 43obj-$(TARGET_AARCH64) += translate-sve.o sve_helper.o
87f4f183 44obj-$(TARGET_AARCH64) += pauth_helper.o