diff options
Diffstat (limited to 'tools/clang-check/Makefile')
-rw-r--r-- | tools/clang-check/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/clang-check/Makefile b/tools/clang-check/Makefile index 49b1ada..6775c65 100644 --- a/tools/clang-check/Makefile +++ b/tools/clang-check/Makefile @@ -10,12 +10,12 @@ CLANG_LEVEL := ../.. TOOLNAME = clang-check -NO_INSTALL = 1 # No plugins, optimize startup time. TOOL_NO_EXPORTS = 1 -LINK_COMPONENTS := support mc +include $(CLANG_LEVEL)/../../Makefile.config +LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc USEDLIBS = clangFrontend.a clangSerialization.a clangDriver.a \ clangTooling.a clangParse.a clangSema.a clangAnalysis.a \ clangEdit.a clangAST.a clangLex.a clangBasic.a |