From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zetta.elopez.com.ar ([199.30.59.35]:48242 "EHLO zetta.elopez.com.ar" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932525Ab3DDApI (ORCPT ); Wed, 3 Apr 2013 20:45:08 -0400 Message-ID: <515CC317.2000703@elopez.com.ar> Date: Wed, 03 Apr 2013 21:02:31 -0300 From: =?ISO-8859-1?Q?Emilio_L=F3pez?= MIME-Version: 1.0 Subject: Re: [PATCH V2 4/7] kbuild: always run gcc -E on *.dts, remove cmd_dtc_cpp References: <1365032098-22825-1-git-send-email-swarren@wwwdotorg.org> <1365032098-22825-4-git-send-email-swarren@wwwdotorg.org> In-Reply-To: <1365032098-22825-4-git-send-email-swarren@wwwdotorg.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Stephen Warren Cc: Michal Marek , Grant Likely , Rob Herring , Stephen Warren , linux-kbuild@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org, arm@kernel.org, Shawn Guo , linux-arm-kernel@lists.infradead.org, Hiroshi Doyu Hi Stephen, El 03/04/13 20:34, Stephen Warren escribió: > From: Stephen Warren > > Replace cmd_dtc with cmd_dtc_cpp, and delete the latter. > > Previously, a special file extension (.dtsp) was required to trigger > the C pre-processor to run on device tree files. This was ugly. Now that > previous changes have enhanced cmd_dtc_cpp to collect dependency > information from both gcc -E and dtc, we can transparently run the pre- > processor on all device tree files, irrespective of whether they > I think a line got dropped on the commit description by mistake. Regards, Emilio From mboxrd@z Thu Jan 1 00:00:00 1970 From: emilio@elopez.com.ar (=?ISO-8859-1?Q?Emilio_L=F3pez?=) Date: Wed, 03 Apr 2013 21:02:31 -0300 Subject: [PATCH V2 4/7] kbuild: always run gcc -E on *.dts, remove cmd_dtc_cpp In-Reply-To: <1365032098-22825-4-git-send-email-swarren@wwwdotorg.org> References: <1365032098-22825-1-git-send-email-swarren@wwwdotorg.org> <1365032098-22825-4-git-send-email-swarren@wwwdotorg.org> Message-ID: <515CC317.2000703@elopez.com.ar> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Stephen, El 03/04/13 20:34, Stephen Warren escribi?: > From: Stephen Warren > > Replace cmd_dtc with cmd_dtc_cpp, and delete the latter. > > Previously, a special file extension (.dtsp) was required to trigger > the C pre-processor to run on device tree files. This was ugly. Now that > previous changes have enhanced cmd_dtc_cpp to collect dependency > information from both gcc -E and dtc, we can transparently run the pre- > processor on all device tree files, irrespective of whether they > I think a line got dropped on the commit description by mistake. Regards, Emilio