xref: /freebsd/lib/libfdt/Makefile (revision f29af8618bf94f1e58877feb6dbef35bd8bbf56b)
1*f29af861SMark JohnstonLIB=		fdt
2*f29af861SMark Johnston
3*f29af861SMark JohnstonINTERNALLIB=
4*f29af861SMark Johnston
5*f29af861SMark JohnstonLIBFDTSRCDIR=	${SRCTOP}/sys/contrib/libfdt
6*f29af861SMark Johnston.PATH:		${LIBFDTSRCDIR}
7*f29af861SMark Johnston
8*f29af861SMark JohnstonSRCS=					\
9*f29af861SMark Johnston		fdt.c			\
10*f29af861SMark Johnston		fdt_addresses.c		\
11*f29af861SMark Johnston		fdt_empty_tree.c	\
12*f29af861SMark Johnston		fdt_overlay.c		\
13*f29af861SMark Johnston		fdt_ro.c		\
14*f29af861SMark Johnston		fdt_rw.c		\
15*f29af861SMark Johnston		fdt_strerror.c		\
16*f29af861SMark Johnston		fdt_sw.c		\
17*f29af861SMark Johnston		fdt_wip.c
18*f29af861SMark Johnston
19*f29af861SMark JohnstonINCS=					\
20*f29af861SMark Johnston		fdt.h			\
21*f29af861SMark Johnston		libfdt.h		\
22*f29af861SMark Johnston		ibfdt_env.h
23*f29af861SMark Johnston
24*f29af861SMark JohnstonCFLAGS+=	-I${LIBFDTSRCDIR}
25*f29af861SMark JohnstonWARNS?=		2
26*f29af861SMark Johnston
27*f29af861SMark JohnstonMAN=
28*f29af861SMark Johnston
29*f29af861SMark Johnston.include <bsd.lib.mk>
30