mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
15 lines
275 B
Makefile
15 lines
275 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmmipsdisassembler
|
|
|
|
SRCDIR= lib/Target/Mips/Disassembler
|
|
INCDIR= lib/Target/Mips
|
|
SRCS= MipsDisassembler.cpp
|
|
|
|
TGHDRS= MipsGenDisassemblerTables \
|
|
MipsGenEDInfo \
|
|
MipsGenInstrInfo \
|
|
MipsGenRegisterInfo \
|
|
MipsGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|