mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
build: kill libdis, move disassemblers to disas/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
c1c9367216
commit
76cad71136
51 changed files with 86 additions and 115 deletions
16
disas/Makefile.objs
Normal file
16
disas/Makefile.objs
Normal file
|
@ -0,0 +1,16 @@
|
|||
universal-obj-$(CONFIG_ALPHA_DIS) += alpha.o
|
||||
universal-obj-$(CONFIG_ARM_DIS) += arm.o
|
||||
universal-obj-$(CONFIG_CRIS_DIS) += cris.o
|
||||
universal-obj-$(CONFIG_HPPA_DIS) += hppa.o
|
||||
universal-obj-$(CONFIG_I386_DIS) += i386.o
|
||||
universal-obj-$(CONFIG_IA64_DIS) += ia64.o
|
||||
universal-obj-$(CONFIG_M68K_DIS) += m68k.o
|
||||
universal-obj-$(CONFIG_MICROBLAZE_DIS) += microblaze.o
|
||||
universal-obj-$(CONFIG_MIPS_DIS) += mips.o
|
||||
universal-obj-$(CONFIG_PPC_DIS) += ppc.o
|
||||
universal-obj-$(CONFIG_S390_DIS) += s390.o
|
||||
universal-obj-$(CONFIG_SH4_DIS) += sh4.o
|
||||
universal-obj-$(CONFIG_SPARC_DIS) += sparc.o
|
||||
universal-obj-$(CONFIG_LM32_DIS) += lm32.o
|
||||
|
||||
universal-obj-$(CONFIG_TCI_DIS) += tci.o
|
Loading…
Add table
Add a link
Reference in a new issue