]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/uboot/fdt/Makefile
ZFS: MFV 2.0-rc1-ga00c61
[FreeBSD/FreeBSD.git] / stand / uboot / fdt / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 .PATH: ${LDRSRC}
6
7 LIB=            uboot_fdt
8 WARNS?=         2
9
10 SRCS=           uboot_fdt.c
11
12 # U-Boot library headers
13 CFLAGS+=        -I${UBOOTSRC}/lib
14
15 # libfdt headers
16 CFLAGS+=        -I${FDTSRC}
17
18 # Pick up the bootstrap header for some interface items
19 CFLAGS+=        -I${LDRSRC}
20
21 .include <bsd.lib.mk>