mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 05:16:40 -04:00
14 lines
173 B
Makefile
14 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
LIB= llvmlto
|
|
|
|
SRCDIR= lib/LTO
|
|
SRCS= LTOCodeGenerator.cpp \
|
|
LTOModule.cpp
|
|
|
|
TGHDRS= Attributes \
|
|
Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|