Deleted Added
full compact
Makefile (281114) Makefile (281115)
1# $FreeBSD: head/sys/boot/efi/Makefile 281114 2015-04-05 18:37:39Z andrew $
1# $FreeBSD: head/sys/boot/efi/Makefile 281115 2015-04-05 18:42:43Z andrew $
2
3.include <src.opts.mk>
4
5SUBDIR= libefi
6
2
3.include <src.opts.mk>
4
5SUBDIR= libefi
6
7.if ${TARGET_CPUARCH} == "aarch64" || ${TARGET_CPUARCH} == "arm"
7.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm"
8.if ${MK_FDT} != "no"
9SUBDIR+= fdt
10.endif
11.endif
12
13.if ${MACHINE_CPUARCH} == "amd64"
14SUBDIR+= loader boot1
15.endif
16
17.include <bsd.subdir.mk>
8.if ${MK_FDT} != "no"
9SUBDIR+= fdt
10.endif
11.endif
12
13.if ${MACHINE_CPUARCH} == "amd64"
14SUBDIR+= loader boot1
15.endif
16
17.include <bsd.subdir.mk>