]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libblocksruntime/Makefile
Remove the armv6 code from locore-v4.S, it's not needed there.
[FreeBSD/FreeBSD.git] / lib / libblocksruntime / Makefile
1 # $FreeBSD$
2
3 LIB=    BlocksRuntime
4 SHLIB_MAJOR=0
5 CFLAGS+=-I${.CURDIR}
6 WARNS?= 2
7
8 .PATH: ${.CURDIR}/../../contrib/compiler-rt/lib/BlocksRuntime
9
10 INCS=   Block.h Block_private.h
11 SRCS=   data.c runtime.c
12
13 .include <bsd.lib.mk>