summaryrefslogtreecommitdiff
path: root/arch/x86/dts/include
AgeCommit message (Collapse)Author
2014-06-20Makefile: Support include files for .dts filesSimon Glass
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 <[email protected]> Acked-by: Stephen Warren <[email protected]> Reviewed-by: Masahiro Yamada <[email protected]>