svn commit: r262625 - head/sys/conf

Warner Losh imp at FreeBSD.org
Fri Feb 28 22:06:20 UTC 2014


Author: imp
Date: Fri Feb 28 22:06:19 2014
New Revision: 262625
URL: http://svnweb.freebsd.org/changeset/base/262625

Log:
  Only try to build the static dtb when we're building a static dtb...

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Fri Feb 28 21:33:40 2014	(r262624)
+++ head/sys/conf/files	Fri Feb 28 22:06:19 2014	(r262625)
@@ -13,7 +13,7 @@ acpi_quirks.h			optional acpi				   \
 # The 'fdt_dtb_file' target covers an actual DTB file name, which is derived
 # from the specified source (DTS) file: <platform>.dts -> <platform>.dtb
 #
-fdt_dtb_file			optional fdt \
+fdt_dtb_file			optional fdt fdt_dtb_static \
 	compile-with "sh $S/tools/fdt/make_dtb.sh $S ${FDT_DTS_FILE} ${.CURDIR}/${FDT_DTS_FILE:R}.dtb" \
 	no-obj no-implicit-rule before-depend	\
 	clean		"${FDT_DTS_FILE:R}.dtb"


More information about the svn-src-head mailing list