Build lldb-mi with autotools on Linux.

THe lldb-mi stuff was not being built on Linux with autotools.
I only added Linux now as I have tested that it build fine on Linux.

llvm-svn: 209117
This commit is contained in:
Hafiz Abid Qadeer 2014-05-19 09:12:15 +00:00
parent 6c039b3459
commit 31f56816af
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ ifeq ($(HOST_OS),Darwin)
DIRS += debugserver
endif
ifeq ($(HOST_OS),Linux)
DIRS += lldb-mi
endif
DIRS += driver
include $(LLDB_LEVEL)/Makefile