summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-10-31 23:38:34 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-10-31 23:38:34 +0000
commit3344d2b9eac407aae9569729d77272aa7d8e4045 (patch)
tree6ea47057ca0bb735c5b08dff05a57f01fbf23f5d /lldb/source/Plugins/OperatingSystem
parenta6ad0e297983f05526b80e2f361b6d7ce9201081 (diff)
downloadbcm5719-llvm-3344d2b9eac407aae9569729d77272aa7d8e4045.tar.gz
bcm5719-llvm-3344d2b9eac407aae9569729d77272aa7d8e4045.zip
build: Add the Darwin-Kernel Makefile.
llvm-svn: 143398
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem')
-rw-r--r--lldb/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile b/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile
new file mode 100644
index 00000000000..a2992f86bc8
--- /dev/null
+++ b/lldb/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile
@@ -0,0 +1,14 @@
+##==- source/Plugins/OperatingSystem/Darwin-Kernel/Makefile -*- Makefile -*-==##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LLDB_LEVEL := ../../../..
+LIBRARYNAME := lldbPluginOperatingSystemDarwinKernel
+BUILD_ARCHIVE = 1
+
+include $(LLDB_LEVEL)/Makefile
OpenPOWER on IntegriCloud