summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2010-07-15 13:21:25 +0000
committerraj <raj@FreeBSD.org>2010-07-15 13:21:25 +0000
commitd0783d36e6431db43966125a28ea0f9fd4831eb6 (patch)
treef6f328deccf15cbeb4f6be6e7b6cdf74474c3992 /Makefile.inc1
parent85997188c81be18112ce42664ad712d852d77fd0 (diff)
downloadFreeBSD-src-d0783d36e6431db43966125a28ea0f9fd4831eb6.zip
FreeBSD-src-d0783d36e6431db43966125a28ea0f9fd4831eb6.tar.gz
Relax FDT_DTS_FILE validation (and unbreak world build).
Pointed out by: kib
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 2aa48b13..d2581c5 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
OpenPOWER on IntegriCloud