Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / Documentation / kbuild / makefiles.txt
index f6f8038..71e9fee 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