platform_external_dtc/tests/dependencies.dts
Stephen Warren 69df9f0de2 dtc: Implement -d option to write out a dependency file
This will allow callers to rebuild .dtb files when any of the /include/d
.dtsi files are modified, not just the top-level .dts file.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
2012-01-13 07:23:58 -06:00

6 lines
46 B
Text

/dts-v1/;
/include/ "deps_inc1.dtsi"
/ {
};