Relax FDT_DTS_FILE validation (and unbreak world build).

Pointed out by:	kib
This commit is contained in:
raj 2010-07-15 13:21:25 +00:00
parent 85997188c8
commit d0783d36e6

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