spapr_pci: Fix extended config space accesses
[qemu/ar7.git] / disas / Makefile.objs
blob3c1cdce02694e65e41d67d8b101ae88c9156c7f7
2 common-obj-$(CONFIG_ALPHA_DIS) += alpha.o
3 common-obj-$(CONFIG_ARM_DIS) += arm.o
4 common-obj-$(CONFIG_ARM_A64_DIS) += arm-a64.o
5 common-obj-$(CONFIG_ARM_A64_DIS) += libvixl/
6 libvixldir = $(SRC_PATH)/disas/libvixl
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.
10 arm-a64.o-cflags := -I$(libvixldir) -Wno-sign-compare
11 common-obj-$(CONFIG_CRIS_DIS) += cris.o
12 common-obj-$(CONFIG_HPPA_DIS) += hppa.o
13 common-obj-$(CONFIG_I386_DIS) += i386.o
14 common-obj-$(CONFIG_M68K_DIS) += m68k.o
15 common-obj-$(CONFIG_MICROBLAZE_DIS) += microblaze.o
16 common-obj-$(CONFIG_MIPS_DIS) += mips.o
17 common-obj-$(CONFIG_NANOMIPS_DIS) += nanomips.o
18 common-obj-$(CONFIG_NIOS2_DIS) += nios2.o
19 common-obj-$(CONFIG_MOXIE_DIS) += moxie.o
20 common-obj-$(CONFIG_PPC_DIS) += ppc.o
21 common-obj-$(CONFIG_RISCV_DIS) += riscv.o
22 common-obj-$(CONFIG_S390_DIS) += s390.o
23 common-obj-$(CONFIG_SH4_DIS) += sh4.o
24 common-obj-$(CONFIG_SPARC_DIS) += sparc.o
25 common-obj-$(CONFIG_LM32_DIS) += lm32.o
26 common-obj-$(CONFIG_XTENSA_DIS) += xtensa.o
28 # TODO: As long as the TCG interpreter and its generated code depend
29 # on the QEMU target, we cannot compile the disassembler here.
30 #common-obj-$(CONFIG_TCI_DIS) += tci.o