From 89a955e8df3dba6f96859cd0339356243b6c996f Mon Sep 17 00:00:00 2001 From: Aleksandar Markovic Date: Wed, 24 Oct 2018 17:41:49 +0200 Subject: target/mips: Add disassembler support for nanoMIPS Add disassembler support for nanoMIPS. Reviewed-by: Stefan Markovic Signed-off-by: Matthew Fortune Signed-off-by: Aleksandar Markovic --- disas/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'disas/Makefile.objs') diff --git a/disas/Makefile.objs b/disas/Makefile.objs index 213be2fab2..3c1cdce026 100644 --- a/disas/Makefile.objs +++ b/disas/Makefile.objs @@ -14,6 +14,7 @@ common-obj-$(CONFIG_I386_DIS) += i386.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_NANOMIPS_DIS) += nanomips.o common-obj-$(CONFIG_NIOS2_DIS) += nios2.o common-obj-$(CONFIG_MOXIE_DIS) += moxie.o common-obj-$(CONFIG_PPC_DIS) += ppc.o -- cgit v1.2.3