From owner-svn-src-all@FreeBSD.ORG Fri Feb 28 22:06:20 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0204F162; Fri, 28 Feb 2014 22:06:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E29D31D40; Fri, 28 Feb 2014 22:06:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1SM6JdF008064; Fri, 28 Feb 2014 22:06:19 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1SM6JTG008063; Fri, 28 Feb 2014 22:06:19 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201402282206.s1SM6JTG008063@svn.freebsd.org> From: Warner Losh Date: Fri, 28 Feb 2014 22:06:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262625 - head/sys/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 22:06:20 -0000 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: .dts -> .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"