Relax FDT_DTS_FILE validation (and unbreak world build).

Pointed out by:	kib
This commit is contained in:
Rafal Jaworowski 2010-07-15 13:21:25 +00:00
parent ef403f3689
commit c606b778d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210116

View File

@ -1480,8 +1480,6 @@ DTBOUTPUTPATH= ${KRNLOBJDIR}/${KERNCONF}/
.if exists(${KERNCONFDIR}/${KERNCONF})
FDT_DTS_FILE!= awk 'BEGIN {FS="="} /^makeoptions[[:space:]]+FDT_DTS_FILE/ {print $$2}' \
${KERNCONFDIR}/${KERNCONF}
.else
.error ERROR: kernel config file not found.
.endif
.endif