summaryrefslogtreecommitdiffstats
path: root/Makefile.objs
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-21 08:28:47 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-21 08:28:47 +0000
commit4d9045339a69ff11764476529b9121e0f219c2f9 (patch)
treee92f51adc1205ef711b786ca207c777000310d65 /Makefile.objs
parent9e97d8e9418ddd8f26a2aa4dbb80853d3e8af392 (diff)
downloadhqemu-4d9045339a69ff11764476529b9121e0f219c2f9.zip
hqemu-4d9045339a69ff11764476529b9121e0f219c2f9.tar.gz
Compile disassemblers only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs18
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index dcb5a92..6594eda 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -154,3 +154,21 @@ hw-obj-$(CONFIG_ESP) += esp.o
hw-obj-y += dma-helpers.o sysbus.o isa-bus.o
hw-obj-$(CONFIG_QDEV_ADDR) += qdev-addr.o
+
+######################################################################
+# libdis
+# NOTE: the disassembler code is only needed for debugging
+
+libdis-y =
+libdis-$(CONFIG_ALPHA_DIS) += alpha-dis.o
+libdis-$(CONFIG_ARM_DIS) += arm-dis.o
+libdis-$(CONFIG_CRIS_DIS) += cris-dis.o
+libdis-$(CONFIG_HPPA_DIS) += hppa-dis.o
+libdis-$(CONFIG_I386_DIS) += i386-dis.o
+libdis-$(CONFIG_M68K_DIS) += m68k-dis.o
+libdis-$(CONFIG_MICROBLAZE_DIS) += microblaze-dis.o
+libdis-$(CONFIG_MIPS_DIS) += mips-dis.o
+libdis-$(CONFIG_PPC_DIS) += ppc-dis.o
+libdis-$(CONFIG_S390_DIS) += s390-dis.o
+libdis-$(CONFIG_SH4_DIS) += sh4-dis.o
+libdis-$(CONFIG_SPARC_DIS) += sparc-dis.o
OpenPOWER on IntegriCloud