From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH V2 4/7] kbuild: always run gcc -E on *.dts, remove cmd_dtc_cpp Date: Thu, 04 Apr 2013 10:41:49 -0600 Message-ID: <515DAD4D.9020100@wwwdotorg.org> References: <1365032098-22825-1-git-send-email-swarren@wwwdotorg.org> <1365032098-22825-4-git-send-email-swarren@wwwdotorg.org> <515CC317.2000703@elopez.com.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <515CC317.2000703@elopez.com.ar> Sender: linux-kernel-owner@vger.kernel.org To: =?ISO-8859-1?Q?Emilio_L=F3pez?= 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 List-Id: devicetree@vger.kernel.org On 04/03/2013 06:02 PM, Emilio L=F3pez wrote: > Hi Stephen, >=20 > El 03/04/13 20:34, Stephen Warren escribi=F3: >> 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 p= re- >> processor on all device tree files, irrespective of whether they >> >=20 > I think a line got dropped on the commit description by mistake. Thanks for noticing. I've locally added the following line to the end o= f the description, but won't repost unless there's some other reason, or the series is ack'd enough to actually be applied: use /include/ or #include syntax to include *.dtsi.