]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - Documentation/kbuild/makefiles.txt
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.git] / Documentation / kbuild / makefiles.txt
index f6f80380dff2fa0851c5ae02de27497e9bc9c0df..71e9feefb63c46b515855b41ac64c926f7ee50bb 100644 (file)
@@ -1158,7 +1158,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