aboutsummaryrefslogtreecommitdiff
path: root/lldb.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lldb.mk')
-rw-r--r--lldb.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb.mk b/lldb.mk
new file mode 100644
index 000000000..ac928940d
--- /dev/null
+++ b/lldb.mk
@@ -0,0 +1,5 @@
+ifeq ($(LLDB_ROOT_PATH),)
+$(error Must set variable LLDB_ROOT_PATH before including this! $(LOCAL_PATH))
+endif
+
+LLDB_BUILD_MK := $(LLDB_ROOT_PATH)/lldb-build.mk