aboutsummaryrefslogtreecommitdiff
path: root/lib/libfdt/Makefile
blob: c4ada46c3b2e6e00c6ddea6319716247f235f1b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
LIB=		fdt

INTERNALLIB=

LIBFDTSRCDIR=	${SRCTOP}/sys/contrib/libfdt
.PATH:		${LIBFDTSRCDIR}

SRCS=					\
		fdt.c			\
		fdt_addresses.c		\
		fdt_empty_tree.c	\
		fdt_overlay.c		\
		fdt_ro.c		\
		fdt_rw.c		\
		fdt_strerror.c		\
		fdt_sw.c		\
		fdt_wip.c

INCS=					\
		fdt.h			\
		libfdt.h		\
		ibfdt_env.h

CFLAGS+=	-I${LIBFDTSRCDIR}
WARNS?=		2

MAN=

.include <bsd.lib.mk>