diff options
author | Michael Walle <michael@walle.cc> | 2012-03-31 19:54:20 +0200 |
---|---|---|
committer | Michael Walle <michael@walle.cc> | 2012-04-01 20:30:23 +0200 |
commit | 79368f4984eefcbed5d714c6131e58fd71178030 (patch) | |
tree | d8803db0048545aaa9f4c9a078773bb3ad6a1e41 /Makefile.objs | |
parent | 060544d30f4cc94bced1186e1b042960aebcdfea (diff) |
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.objs | 1 |
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 |