summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-10-31 22:51:11 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-10-31 22:51:11 +0000
commit3257a7714df0a7798dc19ca0bdcb97bf4ffec9eb (patch)
treeeb448727cd78045cfcaa5ecdcdf843d0c1be948b
parentf9031c4ff5445d165409419f9fb78f8114626096 (diff)
downloadbcm5719-llvm-3257a7714df0a7798dc19ca0bdcb97bf4ffec9eb.tar.gz
bcm5719-llvm-3257a7714df0a7798dc19ca0bdcb97bf4ffec9eb.zip
build: Build in the Darwin-Kernel OperatingSystem plugin.
llvm-svn: 143389
-rw-r--r--lldb/lib/Makefile3
-rw-r--r--lldb/source/Plugins/Makefile8
2 files changed, 7 insertions, 4 deletions
diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile
index 44575fbfdbb..f7ea7086e21 100644
--- a/lldb/lib/Makefile
+++ b/lldb/lib/Makefile
@@ -75,9 +75,10 @@ ifeq ($(HOST_OS),Darwin)
lldbPluginDynamicLoaderDarwinKernel.a \
lldbPluginObjectContainerUniversalMachO.a \
lldbPluginObjectFileMachO.a \
+ lldbPluginOperatingSystemDarwinKernel.a \
lldbPluginSymbolVendorMacOSX.a \
lldbPluginPlatformMacOSX.a \
- lldbPluginProcessDarwin.a
+ lldbPluginProcessDarwin.a
endif
ifeq ($(HOST_OS),Linux)
diff --git a/lldb/source/Plugins/Makefile b/lldb/source/Plugins/Makefile
index 737100485c1..c712361e116 100644
--- a/lldb/source/Plugins/Makefile
+++ b/lldb/source/Plugins/Makefile
@@ -21,9 +21,11 @@ DIRS := ABI/MacOSX-arm ABI/MacOSX-i386 ABI/SysV-x86_64 Disassembler/llvm \
LanguageRuntime/ObjC/AppleObjCRuntime
ifeq ($(HOST_OS),Darwin)
-DIRS += Process/MacOSX-Kernel DynamicLoader/MacOSX-DYLD \
- DynamicLoader/Darwin-Kernel \
- ObjectContainer/Universal-Mach-O ObjectFile/Mach-O SymbolVendor/MacOSX
+DIRS += Process/MacOSX-Kernel
+DIRS += DynamicLoader/MacOSX-DYLD DynamicLoader/Darwin-Kernel
+DIRS += ObjectContainer/Universal-Mach-O ObjectFile/Mach-O
+DIRS += SymbolVendor/MacOSX
+DIRS += OperatingSystem/Darwin-Kernel
#DIRS += Process/MacOSX-User
endif
OpenPOWER on IntegriCloud