summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/edis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/edis/Makefile b/tools/edis/Makefile
index d0be78a260..f28929f02d 100644
--- a/tools/edis/Makefile
+++ b/tools/edis/Makefile
@@ -26,7 +26,7 @@ ifeq ($(ENABLE_PIC),1)
endif
endif
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) x86asmprinter x86disassembler
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) mcdisassembler x86asmprinter x86disassembler
include $(LEVEL)/Makefile.common