mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
17 lines
280 B
Makefile
17 lines
280 B
Makefile
|
|
# $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"
|