summaryrefslogtreecommitdiff
path: root/tools/llvm-stub/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-stub/Makefile')
-rw-r--r--tools/llvm-stub/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/llvm-stub/Makefile b/tools/llvm-stub/Makefile
index 7ffe14976b..077efa2d02 100644
--- a/tools/llvm-stub/Makefile
+++ b/tools/llvm-stub/Makefile
@@ -7,7 +7,9 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../..
-TOOLNAME = llvm-stub
+LEVEL := ../..
+TOOLNAME := llvm-stub
+LINK_COMPONENTS := object
+
include $(LEVEL)/Makefile.common