mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
16 lines
245 B
Makefile
16 lines
245 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
LIB= lldbPluginABISysV_arm64
|
||
|
|
|
||
|
|
SRCDIR= tools/lldb/source/Plugins/ABI/SysV-arm64
|
||
|
|
SRCS= ABISysV_arm64.cpp
|
||
|
|
|
||
|
|
TGHDRS= DiagnosticCommonKinds \
|
||
|
|
DeclNodes \
|
||
|
|
StmtNodes \
|
||
|
|
CommentCommandList
|
||
|
|
|
||
|
|
.include "../lldb.lib.mk"
|