mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
make "make clean" remove all build results
This commit is contained in:
parent
2afbe4ed97
commit
0e1fb5eebf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1737,7 +1737,7 @@ clean:
|
|||
rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend
|
||||
rm -f tools/env/fw_printenv tools/env/fw_setenv
|
||||
rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image
|
||||
rm -f board/trab/trab_fkt
|
||||
rm -f board/trab/trab_fkt board/voiceblue/eeprom
|
||||
|
||||
clobber: clean
|
||||
find . -type f \( -name .depend \
|
||||
|
|
Loading…
Reference in a new issue