mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
11 lines
182 B
Makefile
11 lines
182 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
LIB= lldbPluginInstructionARM64
|
||
|
|
|
||
|
|
SRCDIR= tools/lldb/source/Plugins/Instruction/ARM64
|
||
|
|
SRCS= EmulateInstructionARM64.cpp
|
||
|
|
|
||
|
|
.include "../lldb.lib.mk"
|