aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli/ChildTarget/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lli/ChildTarget/Makefile')
-rw-r--r--tools/lli/ChildTarget/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/lli/ChildTarget/Makefile b/tools/lli/ChildTarget/Makefile
index f77b144..6f4ddef 100644
--- a/tools/lli/ChildTarget/Makefile
+++ b/tools/lli/ChildTarget/Makefile
@@ -12,6 +12,8 @@ TOOLNAME := lli-child-target
include $(LEVEL)/Makefile.config
-LINK_COMPONENTS :=
+LINK_COMPONENTS := support
+
+SOURCES := ChildTarget.cpp ../RemoteTarget.cpp
include $(LLVM_SRC_ROOT)/Makefile.rules