]> git.proxmox.com Git - qemu.git/blob - disas/Makefile.objs
tci: Fix broken builds with TCG interpreter
[qemu.git] / disas / Makefile.objs
1 universal-obj-$(CONFIG_ALPHA_DIS) += alpha.o
2 universal-obj-$(CONFIG_ARM_DIS) += arm.o
3 universal-obj-$(CONFIG_CRIS_DIS) += cris.o
4 universal-obj-$(CONFIG_HPPA_DIS) += hppa.o
5 universal-obj-$(CONFIG_I386_DIS) += i386.o
6 universal-obj-$(CONFIG_IA64_DIS) += ia64.o
7 universal-obj-$(CONFIG_M68K_DIS) += m68k.o
8 universal-obj-$(CONFIG_MICROBLAZE_DIS) += microblaze.o
9 universal-obj-$(CONFIG_MIPS_DIS) += mips.o
10 universal-obj-$(CONFIG_PPC_DIS) += ppc.o
11 universal-obj-$(CONFIG_S390_DIS) += s390.o
12 universal-obj-$(CONFIG_SH4_DIS) += sh4.o
13 universal-obj-$(CONFIG_SPARC_DIS) += sparc.o
14 universal-obj-$(CONFIG_LM32_DIS) += lm32.o
15
16 # TODO: As long as the TCG interpreter and its generated code depend
17 # on the QEMU target, we cannot compile the disassembler here.
18 #universal-obj-$(CONFIG_TCI_DIS) += tci.o