stand: avoid adding fdt SUBDIR_DEPEND if WITHOUT_FDT is set

This unbreaks the efi build if WITHOUT_FDT is set.

Reported by:	peterj
This commit is contained in:
Kyle Evans 2021-01-07 15:59:38 -06:00
parent 0fcb03fbac
commit e41367e3ae

View File

@ -78,7 +78,9 @@ SUBDIR_DEPEND_libsa32+= libsa
SUBDIR_DEPEND_forth+= ficl
SUBDIR_DEPEND_lua+= liblua
.if ${MK_FDT} != "no"
SUBDIR_DEPEND_efi+= fdt
.endif
SUBDIR_PARALLEL= yes