# $FreeBSD: head/sys/boot/efi/Makefile 281114 2015-04-05 18:37:39Z andrew $ .include 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