summaryrefslogtreecommitdiffstats
path: root/lldb/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/Makefile')
-rw-r--r--lldb/tools/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/tools/Makefile b/lldb/tools/Makefile
index 6a4a8ed87cd..4245082f33a 100644
--- a/lldb/tools/Makefile
+++ b/lldb/tools/Makefile
@@ -8,6 +8,10 @@
##===----------------------------------------------------------------------===##
LLDB_LEVEL := ..
+include $(LLDB_LEVEL)/../../Makefile.config
+
+ifneq ($(HOST_OS),MingW)
DIRS := driver lldb-platform
+endif
include $(LLDB_LEVEL)/Makefile
OpenPOWER on IntegriCloud