diff options
-rw-r--r-- | tools/edis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/edis/Makefile b/tools/edis/Makefile index dc5aa441af..ff0e1a57a3 100644 --- a/tools/edis/Makefile +++ b/tools/edis/Makefile @@ -19,7 +19,7 @@ EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports # early so we can set up LINK_COMPONENTS before including Makefile.rules include $(LEVEL)/Makefile.config -LINK_COMPONENTS := $(TARGETS_TO_BUILD) mcdisassembler +LINK_COMPONENTS := mcdisassembler # If the X86 target is enabled, link in the asmprinter and disassembler. ifneq ($(filter $(TARGETS_TO_BUILD), X86),) |