aboutsummaryrefslogtreecommitdiff
path: root/Documentation/manual.txt
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-01-12 11:31:00 -0700
committerJon Loeliger <jdl@jdl.com>2012-01-13 07:23:58 -0600
commit69df9f0de25db1c37970850115cdf48335d41802 (patch)
treecc78ac31bd8ec042ce0c34f7a90d1fb4be8d716a /Documentation/manual.txt
parent97b909f852039daaae267a66f5df2c90ed05b586 (diff)
downloaddtc-69df9f0de25db1c37970850115cdf48335d41802.zip
dtc-69df9f0de25db1c37970850115cdf48335d41802.tar.gz
dtc-69df9f0de25db1c37970850115cdf48335d41802.tar.bz2
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 'Documentation/manual.txt')
-rw-r--r--Documentation/manual.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/manual.txt b/Documentation/manual.txt
index 14508f3..989c589 100644
--- a/Documentation/manual.txt
+++ b/Documentation/manual.txt
@@ -106,6 +106,9 @@ Options:
-O <output_format>
The generated output format, as listed above.
+ -d <dependency_filename>
+ Generate a dependency file during compilation.
+
-q
Quiet: -q suppress warnings, -qq errors, -qqq all