diff options
author | Daniel Fu <danifu@nvidia.com> | 2013-12-19 17:55:01 +0800 |
---|---|---|
committer | Tom Cherry <tcherry@nvidia.com> | 2014-01-21 20:27:43 -0800 |
commit | 7cfa1cd4d8f7dfd4ea38a58e15e510737539bac3 (patch) | |
tree | 013200602dba02e6fcf7c29fdca37078e70c9796 /scripts | |
parent | 5290be1c9ec7f6401b7649a76d58896358e780dc (diff) |
arm64: dts: T132: enable reuse of T124 dtsi files
T132 shares most of the SoC components of T124.
To enable inclusion of T124 dtsi files from T132 dts files,
specify "arch/arm/boot/dts" as an include path for arm64 dts files.
Change-Id: If7426acae664022a53dc507473b35be617a62526
Signed-off-by: Daniel Fu <danifu@nvidia.com>
Reviewed-on: http://git-master/r/347472
Reviewed-by: Hayden Du <haydend@nvidia.com>
Tested-by: Hayden Du <haydend@nvidia.com>
Reviewed-by: Johnny Qiu <joqiu@nvidia.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.lib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index bd161eff6921..a92a23ceb4c5 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -152,6 +152,7 @@ ld_flags = $(LDFLAGS) $(ldflags-y) dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \ -I$(srctree)/arch/$(SRCARCH)/boot/dts \ -I$(srctree)/arch/$(SRCARCH)/boot/dts/include \ + $(DTCCPP_FLAGS) \ -undef -D__DTS__ # Finds the multi-part object the current object will be linked into |