]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/efi/Makefile
Merge bmake 20151020
[FreeBSD/FreeBSD.git] / sys / boot / efi / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR=         libefi
6
7 .if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm"
8 .if ${MK_FDT} != "no"
9 SUBDIR+=        fdt
10 .endif
11 .endif
12
13 .if ${MACHINE_CPUARCH} == "aarch64" || \
14     ${MACHINE_CPUARCH} == "amd64" || \
15     ${MACHINE_CPUARCH} == "arm"
16 SUBDIR+=        loader boot1
17 .endif
18
19 .include <bsd.subdir.mk>