Tegra: fdt: Change /include/ to #include for C preprocessor

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.

Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Tom Warren
2013-02-21 12:31:27 +00:00
committed by Tom Warren
parent a7f8b5e616
commit 6c5be646b4
16 changed files with 17 additions and 16 deletions

View File

@ -1,6 +1,6 @@
/dts-v1/;
/include/ ARCH_CPU_DTS
#include "tegra20.dtsi"
/ {
model = "Toshiba AC100 / Dynabook AZ";