summaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2012-03-31 19:54:20 +0200
committerMichael Walle <michael@walle.cc>2012-04-01 20:30:23 +0200
commit79368f4984eefcbed5d714c6131e58fd71178030 (patch)
treed8803db0048545aaa9f4c9a078773bb3ad6a1e41 /Makefile.objs
parent060544d30f4cc94bced1186e1b042960aebcdfea (diff)
downloadqemu-79368f4984eefcbed5d714c6131e58fd71178030.tar.gz
target-lm32: add simple disassembler
Because binutils disassembler is based on libopcode, this is a rewrite from scratch. Signed-off-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs
index e9842b0538..f308b574d7 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -365,6 +365,7 @@ 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
+libdis-$(CONFIG_LM32_DIS) += lm32-dis.o
######################################################################
# trace