aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/liblldbPluginInstructionARM/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/liblldbPluginInstructionARM/Makefile')
-rw-r--r--lib/clang/liblldbPluginInstructionARM/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/clang/liblldbPluginInstructionARM/Makefile b/lib/clang/liblldbPluginInstructionARM/Makefile
new file mode 100644
index 000000000000..a9afb77856c0
--- /dev/null
+++ b/lib/clang/liblldbPluginInstructionARM/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+LIB= lldbPluginInstructionARM
+
+SRCDIR= tools/lldb/source/Plugins/Instruction/ARM
+SRCS= EmulateInstructionARM.cpp \
+ EmulationStateARM.cpp
+
+TGHDRS= DiagnosticCommonKinds \
+ DeclNodes \
+ StmtNodes \
+ CommentCommandList
+
+.include "../lldb.lib.mk"