mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
19 lines
366 B
Makefile
19 lines
366 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmaarch64disassembler
|
|
|
|
SRCDIR= lib/Target/AArch64/Disassembler
|
|
INCDIR= lib/Target/AArch64
|
|
SRCS= AArch64Disassembler.cpp \
|
|
AArch64ExternalSymbolizer.cpp
|
|
|
|
TGHDRS= Attributes \
|
|
Intrinsics \
|
|
AArch64GenDisassemblerTables \
|
|
AArch64GenInstrInfo \
|
|
AArch64GenRegisterInfo \
|
|
AArch64GenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|