kbuild: Do not delete empty files in make distclean
authorMichal Marek <mmarek@suse.cz>
Wed, 10 Aug 2011 11:10:20 +0000 (13:10 +0200)
committerMichal Marek <mmarek@suse.cz>
Wed, 10 Aug 2011 11:16:49 +0000 (13:16 +0200)
Commit 3d64b44 introduced an empty file under
arch/arm/mach-zynq/board_dt.c. While this was not intended and the file
was removed from the tree by a later commit, we really should only match
junk files by known name patterns and not their size.

Reported-by: David Howells <dhowells@redhat.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Makefile

diff --cc Makefile
Simple merge