Date: Fri, 28 Feb 2014 22:06:19 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262625 - head/sys/conf Message-ID: <201402282206.s1SM6JTG008063@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402282206.s1SM6JTG008063>