summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2017-11-10 00:05:15 +0100
committerRob Herring <robh@kernel.org>2017-11-10 00:05:15 +0100
commit27e8524d80b7f7fa28a3c1adae5176715231caf2 (patch)
tree63c6cd6304ae8e4cb876d887303859f2a9cd0c66 /Documentation
parentdt-bindings: Remove leading zeros from bindings notation (diff)
parentkbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib (diff)
downloadlinux-27e8524d80b7f7fa28a3c1adae5176715231caf2.tar.xz
linux-27e8524d80b7f7fa28a3c1adae5176715231caf2.zip
Merge branch 'dt/kbuild' into dt/next
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kbuild/makefiles.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/kbuild/makefiles.txt b/Documentation/kbuild/makefiles.txt
index 329e740adea7..411b7282c287 100644
--- a/Documentation/kbuild/makefiles.txt
+++ b/Documentation/kbuild/makefiles.txt
@@ -1153,7 +1153,6 @@ When kbuild executes, the following steps are followed (roughly):
Example:
targets += $(dtb-y)
- clean-files += *.dtb
DTC_FLAGS ?= -p 1024
--- 6.8 Custom kbuild commands