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:
parent
0fcb03fbac
commit
e41367e3ae
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user