blob: faa6f6fa42f8fdaaf67332dc0c24db952e2a7fff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $FreeBSD$
LIB= llvmmipsinfo
SRCDIR= lib/Target/Mips/TargetInfo/
INCDIR= lib/Target/Mips
SRCS= MipsTargetInfo.cpp
TGHDRS= MipsGenRegisterNames \
MipsGenInstrNames
.include "../clang.lib.mk"
|