diff options
author | Rob Herring <robh@kernel.org> | 2017-11-10 02:05:15 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-11-10 02:05:15 +0300 |
commit | 27e8524d80b7f7fa28a3c1adae5176715231caf2 (patch) | |
tree | 63c6cd6304ae8e4cb876d887303859f2a9cd0c66 /Documentation | |
parent | 48c926cd3414c7e628909f6f831394184816da87 (diff) | |
parent | 7e7962dd1a5307bca1793a3f9a98ad5514306c7a (diff) | |
download | linux-27e8524d80b7f7fa28a3c1adae5176715231caf2.tar.xz |
Merge branch 'dt/kbuild' into dt/next
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kbuild/makefiles.txt | 1 |
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 |