diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-01-12 11:31:00 -0700 |
---|---|---|
committer | Jon Loeliger <jdl@jdl.com> | 2012-01-13 07:23:58 -0600 |
commit | 69df9f0de25db1c37970850115cdf48335d41802 (patch) | |
tree | cc78ac31bd8ec042ce0c34f7a90d1fb4be8d716a /tests/deps_inc1.dtsi | |
parent | 97b909f852039daaae267a66f5df2c90ed05b586 (diff) | |
download | dtc-69df9f0de25db1c37970850115cdf48335d41802.tar.gz |
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>
Diffstat (limited to 'tests/deps_inc1.dtsi')
-rw-r--r-- | tests/deps_inc1.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/deps_inc1.dtsi b/tests/deps_inc1.dtsi new file mode 100644 index 0000000..5c607dc --- /dev/null +++ b/tests/deps_inc1.dtsi @@ -0,0 +1 @@ +/include/ "deps_inc2.dtsi" |