]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/uboot/fdt/Makefile
Import lua 5.3.4 to contrib
[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 INTERNALLIB=
9 WARNS?=         2
10
11 SRCS=           uboot_fdt.c
12
13 # U-Boot library headers
14 CFLAGS+=        -I${UBOOTSRC}/lib
15
16 # libfdt headers
17 CFLAGS+=        -I${FDTSRC}
18
19 # Pick up the bootstrap header for some interface items
20 CFLAGS+=        -I${LDRSRC}
21
22 .include <bsd.stand.mk>
23 .include <bsd.lib.mk>