diff options
-rw-r--r-- | lldb/tools/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/tools/Makefile b/lldb/tools/Makefile index 66618907667..d49dee69246 100644 --- a/lldb/tools/Makefile +++ b/lldb/tools/Makefile @@ -25,10 +25,7 @@ ifeq ($(HOST_OS),Darwin) DIRS += debugserver endif -ifeq ($(HOST_OS),Linux) DIRS += lldb-mi -endif - DIRS += driver include $(LLDB_LEVEL)/Makefile |