mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
16 lines
268 B
Makefile
16 lines
268 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= llvmpowerpcasmparser
|
|
|
|
SRCDIR= lib/Target/PowerPC/AsmParser
|
|
INCDIR= lib/Target/PowerPC
|
|
SRCS= PPCAsmParser.cpp
|
|
|
|
TGHDRS= PPCGenAsmMatcher \
|
|
PPCGenInstrInfo \
|
|
PPCGenRegisterInfo \
|
|
PPCGenSubtargetInfo
|
|
|
|
.include "../clang.lib.mk"
|