aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile')
-rw-r--r--lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile b/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile
new file mode 100644
index 000000000000..b650411f1c22
--- /dev/null
+++ b/lib/clang/liblldbPluginUnwindAssemblyInstEmulation/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+LIB= lldbPluginUnwindAssemblyInstEmulation
+
+SRCDIR= tools/lldb/source/Plugins/UnwindAssembly/InstEmulation
+SRCS= UnwindAssemblyInstEmulation.cpp
+
+TGHDRS= DiagnosticCommonKinds \
+ DeclNodes \
+ StmtNodes \
+ CommentCommandList
+
+.include "../lldb.lib.mk"