From d0783d36e6431db43966125a28ea0f9fd4831eb6 Mon Sep 17 00:00:00 2001 From: raj Date: Thu, 15 Jul 2010 13:21:25 +0000 Subject: [PATCH] Relax FDT_DTS_FILE validation (and unbreak world build). Pointed out by: kib --- Makefile.inc1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 2aa48b1370c0..d2581c573ecb 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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