diff options
| author | Anthony Green | 2013-03-18 20:49:23 +0100 |
|---|---|---|
| committer | Blue Swirl | 2013-03-23 15:25:41 +0100 |
| commit | bd86a88eedf3fd4ff55664cfabea7d6400e5fbda (patch) | |
| tree | 904abe6fe402ece146629d4d693297d98e340299 /disas/Makefile.objs | |
| parent | Add moxie target code (diff) | |
| download | qemu-bd86a88eedf3fd4ff55664cfabea7d6400e5fbda.tar.gz qemu-bd86a88eedf3fd4ff55664cfabea7d6400e5fbda.tar.xz qemu-bd86a88eedf3fd4ff55664cfabea7d6400e5fbda.zip | |
Add moxie disassembler
Signed-off-by: Anthony Green <green@moxielogic.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'disas/Makefile.objs')
| -rw-r--r-- | disas/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/disas/Makefile.objs b/disas/Makefile.objs index ed75f9a99b..3b1e77ace5 100644 --- a/disas/Makefile.objs +++ b/disas/Makefile.objs @@ -7,6 +7,7 @@ common-obj-$(CONFIG_IA64_DIS) += ia64.o common-obj-$(CONFIG_M68K_DIS) += m68k.o common-obj-$(CONFIG_MICROBLAZE_DIS) += microblaze.o common-obj-$(CONFIG_MIPS_DIS) += mips.o +common-obj-$(CONFIG_MOXIE_DIS) += moxie.o common-obj-$(CONFIG_PPC_DIS) += ppc.o common-obj-$(CONFIG_S390_DIS) += s390.o common-obj-$(CONFIG_SH4_DIS) += sh4.o |
