]> git.proxmox.com Git - mirror_qemu.git/blame - disas/Makefile.objs
vl.c: make find_default_machine() local
[mirror_qemu.git] / disas / Makefile.objs
CommitLineData
999b53ec 1
00082344
PB
2common-obj-$(CONFIG_ALPHA_DIS) += alpha.o
3common-obj-$(CONFIG_ARM_DIS) += arm.o
999b53ec
CF
4common-obj-$(CONFIG_ARM_A64_DIS) += arm-a64.o
5common-obj-$(CONFIG_ARM_A64_DIS) += libvixl/
6libvixldir = $(SRC_PATH)/disas/libvixl
8acc216b
PM
7# The -Wno-sign-compare is needed only for gcc 4.6, which complains about
8# some signed-unsigned equality comparisons in libvixl which later gcc
9# versions do not.
10arm-a64.o-cflags := -I$(libvixldir) -Wno-sign-compare
00082344 11common-obj-$(CONFIG_CRIS_DIS) += cris.o
429b31a2 12common-obj-$(CONFIG_HPPA_DIS) += hppa.o
00082344 13common-obj-$(CONFIG_I386_DIS) += i386.o
00082344
PB
14common-obj-$(CONFIG_M68K_DIS) += m68k.o
15common-obj-$(CONFIG_MICROBLAZE_DIS) += microblaze.o
16common-obj-$(CONFIG_MIPS_DIS) += mips.o
89a955e8 17common-obj-$(CONFIG_NANOMIPS_DIS) += nanomips.o
3f0c3423 18common-obj-$(CONFIG_NIOS2_DIS) += nios2.o
bd86a88e 19common-obj-$(CONFIG_MOXIE_DIS) += moxie.o
00082344 20common-obj-$(CONFIG_PPC_DIS) += ppc.o
ea103259 21common-obj-$(CONFIG_RISCV_DIS) += riscv.o
00082344
PB
22common-obj-$(CONFIG_S390_DIS) += s390.o
23common-obj-$(CONFIG_SH4_DIS) += sh4.o
24common-obj-$(CONFIG_SPARC_DIS) += sparc.o
25common-obj-$(CONFIG_LM32_DIS) += lm32.o
5a6539e6 26common-obj-$(CONFIG_XTENSA_DIS) += xtensa.o
76cad711 27
50348333
SW
28# TODO: As long as the TCG interpreter and its generated code depend
29# on the QEMU target, we cannot compile the disassembler here.
00082344 30#common-obj-$(CONFIG_TCI_DIS) += tci.o