]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Makefile: Support include files for .dts files
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jun 2014 05:29:44 +0000 (23:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Jun 2014 17:55:03 +0000 (11:55 -0600)
commit5957ac2a9f668370bfcd9e5520de4bde346878a4
tree3278a20619dfbfe5f988dfc298196e19a5c45866
parent42d3b29d9ea7d93da4bae7058711c56b12ebf23c
Makefile: Support include files for .dts files

Linux supports this, and if we are to have compatible device tree files,
U-Boot should also.

Avoid giving the device tree files access to U-Boot's include/ directory.
Only include/dt-bindings is accessible.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
arch/arm/dts/include/dt-bindings [new symlink]
arch/microblaze/dts/include/dt-bindings [new symlink]
arch/sandbox/dts/include/dt-bindings [new symlink]
arch/x86/dts/include/dt-bindings [new symlink]
scripts/Makefile.lib