From b633b6ce4db35420618c1a580e0b6ad7734c40cc Mon Sep 17 00:00:00 2001 From: imp Date: Wed, 30 Apr 2014 20:47:40 +0000 Subject: Turns out this .if evaluated not in the context of the makedtb target sometimes due to Makefile expansion rules. Make the test for things being NULL elsewhere... --- Makefile.inc1 | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index e31945f..8bf192d 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1830,9 +1830,6 @@ DTBOUTPUTPATH= ${.CURDIR} # Build 'standalone' Device Tree Blob # builddtb: -.if !defined(FDT_DTS_FILE) -.error "FDT_DTS_FILE must be specified!" -.endif @PATH=${TMPPATH} MACHINE=${TARGET} \ ${.CURDIR}/sys/tools/fdt/make_dtb.sh ${.CURDIR}/sys \ "${FDT_DTS_FILE}" ${DTBOUTPUTPATH} -- cgit v1.1