summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/lli/ChildTarget/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lli/ChildTarget/Makefile b/tools/lli/ChildTarget/Makefile
index f77b144aabf..eff49c9f1cf 100644
--- a/tools/lli/ChildTarget/Makefile
+++ b/tools/lli/ChildTarget/Makefile
@@ -14,4 +14,6 @@ include $(LEVEL)/Makefile.config
LINK_COMPONENTS :=
+SOURCES += ../RemoteTarget.cpp
+
include $(LLVM_SRC_ROOT)/Makefile.rules