Move the subtarget dependent features from XCoreTargetMachine
[oota-llvm.git] / tools / llvm-cov / Makefile
index bd9fa2ad3d92c11d0afa0376d601e3c2f5a2971b..efed6cc7942e734ccec32bbaea7cbc855ff40146 100644 (file)
@@ -7,12 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-
-TOOLNAME = llvm-cov
-LINK_COMPONENTS := instrumentation
+LEVEL := ../..
+TOOLNAME := llvm-cov
+LINK_COMPONENTS := core support
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common