summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/Static
diff options
context:
space:
mode:
authorStephen Wilson <wilsons@start.ca>2011-03-08 03:57:00 +0000
committerStephen Wilson <wilsons@start.ca>2011-03-08 03:57:00 +0000
commit8f0daa28d43e023c0a96332dceb816e0194f9297 (patch)
treea66bbfd22199529860232f3b14dab845d1336518 /lldb/source/Plugins/DynamicLoader/Static
parent97d0be8ee1d44dc2d5b56aacb9d843e56f76fe8a (diff)
downloadbcm5719-llvm-8f0daa28d43e023c0a96332dceb816e0194f9297.tar.gz
bcm5719-llvm-8f0daa28d43e023c0a96332dceb816e0194f9297.zip
Add Makefile support for the new DynamicLoaderStatic plugin.
llvm-svn: 127215
Diffstat (limited to 'lldb/source/Plugins/DynamicLoader/Static')
-rw-r--r--lldb/source/Plugins/DynamicLoader/Static/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lldb/source/Plugins/DynamicLoader/Static/Makefile b/lldb/source/Plugins/DynamicLoader/Static/Makefile
new file mode 100644
index 00000000000..63972dfc551
--- /dev/null
+++ b/lldb/source/Plugins/DynamicLoader/Static/Makefile
@@ -0,0 +1,14 @@
+##===- source/Plugins/DynamicLoader/Static/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 := lldbPluginDynamicLoaderStatic
+BUILD_ARCHIVE = 1
+
+include $(LLDB_LEVEL)/Makefile
OpenPOWER on IntegriCloud