mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Cleanup examples binaries
This commit is contained in:
parent
5d5269f87f
commit
d214fbbd87
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
Changes since U-Boot 1.1.4:
|
||||
======================================================================
|
||||
|
||||
* Cleanup examples binaries
|
||||
|
||||
* Add NAND environment support for PPC440EPx Sequoia NAND boot config
|
||||
Patch by Stefan Roese, 12 Sep 2006
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -2209,7 +2209,7 @@ clean:
|
|||
rm -f $(obj)examples/hello_world $(obj)examples/timer \
|
||||
$(obj)examples/eepro100_eeprom $(obj)examples/sched \
|
||||
$(obj)examples/mem_to_mem_idma2intr $(obj)examples/82559_eeprom \
|
||||
$(obj)examples/smc91111_eeprom \
|
||||
$(obj)examples/smc91111_eeprom $(obj)examples/interrupt \
|
||||
$(obj)examples/test_burst
|
||||
rm -f $(obj)tools/img2srec $(obj)tools/mkimage $(obj)tools/envcrc \
|
||||
$(obj)tools/gen_eth_addr
|
||||
|
|
Loading…
Reference in a new issue