1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5SUBDIR= libefi 6 7.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" 8.if ${MK_FDT} != "no" 9SUBDIR+= fdt 10.endif 11.endif 12 13.if ${MACHINE_CPUARCH} == "aarch64" || \ 14 ${MACHINE_CPUARCH} == "amd64" || \ 15 ${MACHINE_CPUARCH} == "arm" 16SUBDIR+= loader boot1 17.endif 18 19.include <bsd.subdir.mk> 20