]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commit
script: Makefile: Do not create relative path for DTS temp files
authorLaxman Dewangan <ldewangan@nvidia.com>
Tue, 6 Sep 2016 07:25:25 +0000 (12:55 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Fri, 9 Sep 2016 07:43:55 +0000 (00:43 -0700)
commit41c68ef4529da96f7e285177c6f8e245caa8d7e9
tree8eecf8c01edd9b99a8e4e796bb5d735a83c32cb5
parentc501eb0a4c21936d82d4f3518a6f8084debb7ed0
script: Makefile: Do not create relative path for DTS temp files

When compiling the DTS files, do not create the directory
with relative path. This may create the temp files to be outside
of out folder.

Replace all double-dot ("..") from the path to "_ddot_" so that
directory for all temp file will be stay in the same folder.

To achieve this, add rule for dtc compilation.

bug 200217137

Change-Id: I831cb8957368f54e3acb51c14d17da51b70f4995
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: http://git-master/r/1215415
Reviewed-by: Stefan Becker <stefanb@nvidia.com>
GVS: Gerrit_Virtual_Submit
arch/arm64/boot/dts/Makefile
scripts/Kbuild.include