freebsd-dev/sys/boot/efi/Makefile

18 lines
258 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
SUBDIR= libefi
.if ${TARGET_CPUARCH} == "aarch64" || ${TARGET_CPUARCH} == "arm"
.if ${MK_FDT} != "no"
SUBDIR+= fdt
.endif
.endif
.if ${MACHINE_CPUARCH} == "amd64"
SUBDIR+= loader boot1
.endif
.include <bsd.subdir.mk>