mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 15:48:26 -04:00
13 lines
222 B
Makefile
13 lines
222 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmmipsinstprinter
|
|
|
|
SRCDIR= lib/Target/Mips/InstPrinter
|
|
INCDIR= lib/Target/Mips
|
|
SRCS= MipsInstPrinter.cpp
|
|
|
|
TGHDRS= MipsGenAsmWriter \
|
|
MipsGenInstrInfo \
|
|
MipsGenRegisterInfo
|
|
|
|
.include "../clang.lib.mk"
|