From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 21 Feb 2013 12:40:15 -0700 Subject: [U-Boot] [PATCH v6 1/4] Tegra: fdt: Change /include/ to #include for C preprocessor In-Reply-To: <1361465145-2632-2-git-send-email-twarren@nvidia.com> References: <1361465145-2632-1-git-send-email-twarren@nvidia.com> <1361465145-2632-2-git-send-email-twarren@nvidia.com> Message-ID: <5126781F.4060302@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/21/2013 09:45 AM, Tom Warren wrote: > dts Makefile has the arch & board include paths added to DTS_CPPFLAGS. > This allows the use of '#include "xyz"' in the dts/dtsi file which > helps the C preprocessor find common dtsi include files. > diff --git a/board/avionic-design/dts/tegra20-medcom-wide.dts b/board/avionic-design/dts/tegra20-medcom-wide.dts > -/include/ ARCH_CPU_DTS > +#include ARCH_CPU_DTS Still lots of instances of this...