summaryrefslogtreecommitdiff
path: root/tools/llvm-nm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-nm/Makefile')
-rw-r--r--tools/llvm-nm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvm-nm/Makefile b/tools/llvm-nm/Makefile
index bc8befc541..9868b2ab9a 100644
--- a/tools/llvm-nm/Makefile
+++ b/tools/llvm-nm/Makefile
@@ -9,5 +9,6 @@
LEVEL = ../..
TOOLNAME = llvm-nm
-USEDLIBS = LLVMArchive.a LLVMBCReader LLVMCore LLVMSupport.a LLVMSystem.a
+USEDLIBS = LLVMArchive.a LLVMBCReader \
+ LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
include $(LEVEL)/Makefile.common