1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 08:12:06 +02:00

Makefile: remove a cleaning target "tidy"

Before this commit, "make tidy" did
"make clean" + delete "*.depend*" files.

But, we do not have "*.depend*" files any more,
which means "make tidy" is the same as "make clean".

This commit removes the redandant target "tidy".

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
Masahiro Yamada
2014-02-04 17:24:34 +09:00
committed by Tom Rini
parent 5fe6301a6d
commit 7390643f7b
3 changed files with 3 additions and 8 deletions

1
.gitignore vendored
View File

@@ -61,7 +61,6 @@
# Generated files
#
*.depend*
/LOG
/errlog
/reloc_off