summaryrefslogtreecommitdiffstats
path: root/lldb/lib
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2012-02-24 18:02:59 +0000
committerJohnny Chen <johnny.chen@apple.com>2012-02-24 18:02:59 +0000
commit45178a264d4513a5d7debc3365911e06a2397480 (patch)
treef712f5e3584f7f085cfefcc457221092f52a7c8d /lldb/lib
parenta3e6ed2161384c9080e92634e3b3430809af4f47 (diff)
downloadbcm5719-llvm-45178a264d4513a5d7debc3365911e06a2397480.tar.gz
bcm5719-llvm-45178a264d4513a5d7debc3365911e06a2397480.zip
Makefiles for new mach-core directory.
Patch from dawn@burble.org! llvm-svn: 151375
Diffstat (limited to 'lldb/lib')
-rw-r--r--lldb/lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile
index fd2b8a0119e..540c9d8016e 100644
--- a/lldb/lib/Makefile
+++ b/lldb/lib/Makefile
@@ -77,7 +77,8 @@ ifeq ($(HOST_OS),Darwin)
lldbPluginOperatingSystemDarwinKernel.a \
lldbPluginSymbolVendorMacOSX.a \
lldbPluginPlatformMacOSX.a \
- lldbPluginProcessDarwin.a
+ lldbPluginProcessDarwin.a \
+ lldbPluginProcessMachCore.a
endif
ifeq ($(HOST_OS),Linux)
OpenPOWER on IntegriCloud