summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbPluginObjectFileELF/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/liblldbPluginObjectFileELF/Makefile')
-rw-r--r--lib/clang/liblldbPluginObjectFileELF/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/clang/liblldbPluginObjectFileELF/Makefile b/lib/clang/liblldbPluginObjectFileELF/Makefile
new file mode 100644
index 0000000..7bd3dfa
--- /dev/null
+++ b/lib/clang/liblldbPluginObjectFileELF/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+LIB= lldbPluginObjectFileELF
+
+SRCDIR= tools/lldb/source/Plugins/ObjectFile/ELF
+SRCS= ELFHeader.cpp \
+ ObjectFileELF.cpp
+
+TGHDRS= DiagnosticCommonKinds \
+ DeclNodes \
+ StmtNodes \
+ CommentCommandList
+
+.include "../lldb.lib.mk"
OpenPOWER on IntegriCloud