mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
18 lines
309 B
Makefile
18 lines
309 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmmipsdisassembler
|
|
|
|
SRCDIR= lib/Target/Mips/Disassembler
|
|
INCDIR= lib/Target/Mips
|
|
SRCS= MipsDisassembler.cpp
|
|
|
|
TGHDRS= Attributes \
|
|
Intrinsics \
|
|
MipsGenDisassemblerTables \
|
|
MipsGenInstrInfo \
|
|
MipsGenRegisterInfo \
|
|
MipsGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|