summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-06-11 23:29:44 -0600
committerSimon Glass <sjg@chromium.org>2014-06-20 11:55:03 -0600
commit5957ac2a9f668370bfcd9e5520de4bde346878a4 (patch)
tree3278a20619dfbfe5f988dfc298196e19a5c45866 /arch/x86
parent42d3b29d9ea7d93da4bae7058711c56b12ebf23c (diff)
downloadblackbird-obmc-uboot-5957ac2a9f668370bfcd9e5520de4bde346878a4.tar.gz
blackbird-obmc-uboot-5957ac2a9f668370bfcd9e5520de4bde346878a4.zip
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>
Diffstat (limited to 'arch/x86')
l---------arch/x86/dts/include/dt-bindings1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/dts/include/dt-bindings b/arch/x86/dts/include/dt-bindings
new file mode 120000
index 0000000000..0cecb3d080
--- /dev/null
+++ b/arch/x86/dts/include/dt-bindings
@@ -0,0 +1 @@
+../../../../include/dt-bindings \ No newline at end of file
OpenPOWER on IntegriCloud