mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
14 lines
225 B
Makefile
14 lines
225 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
LIB= llvmx86disassembler
|
||
|
|
|
||
|
|
SRCDIR= lib/Target/X86/Disassembler
|
||
|
|
INCDIR= lib/Target/X86
|
||
|
|
SRCS= X86Disassembler.cpp
|
||
|
|
|
||
|
|
TGHDRS= X86GenDisassemblerTables \
|
||
|
|
X86GenEDInfo \
|
||
|
|
X86GenRegisterNames
|
||
|
|
|
||
|
|
.include "../clang.lib.mk"
|