]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/efi/fdt/Makefile
loader.efi: efi variable rework and lsefi command added
[FreeBSD/FreeBSD.git] / stand / efi / fdt / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 .PATH: ${LDRSRC}
6
7 LIB=            efi_fdt
8 WARNS?=         6
9
10 SRCS=           efi_fdt.c
11
12 # EFI library headers
13 CFLAGS+=        -I${EFISRC}/include
14 CFLAGS+=        -I${EFISRC}/include/${MACHINE}
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.lib.mk>