mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
14 lines
231 B
Makefile
14 lines
231 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmx86asmparser
|
|
|
|
SRCDIR= lib/Target/X86/AsmParser
|
|
INCDIR= lib/Target/X86
|
|
SRCS= X86AsmLexer.cpp \
|
|
X86AsmParser.cpp
|
|
|
|
TGHDRS= X86GenAsmMatcher \
|
|
X86GenInstrNames \
|
|
X86GenRegisterNames
|
|
|
|
.include "../clang.lib.mk"
|