Fix cleanup for netstart board.
Remove build results from repository
This commit is contained in:
parent
d2ed2f661b
commit
84ef51a632
@ -2,6 +2,9 @@
|
||||
Changes since U-Boot 1.1.4:
|
||||
======================================================================
|
||||
|
||||
* Fix cleanup for netstart board.
|
||||
Remove build results from repository
|
||||
|
||||
* Some code cleanup for GCC 4.x
|
||||
|
||||
* Fixes to support environment in NAND flash;
|
||||
|
2
Makefile
2
Makefile
@ -1876,6 +1876,8 @@ 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/netstar/eeprom board/netstar/crcek
|
||||
rm -f board/netstar/*.srec board/netstar/*.bin
|
||||
rm -f board/trab/trab_fkt board/voiceblue/eeprom
|
||||
rm -f board/integratorap/u-boot.lds board/integratorcp/u-boot.lds
|
||||
|
||||
|
@ -80,6 +80,6 @@ distclean: clean
|
||||
.depend: Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c)
|
||||
$(CC) -M $(CPPFLAGS) $(SOBJS:.o=.S) $(OBJS:.o=.c) > $@
|
||||
|
||||
-include .depend
|
||||
sinclude .depend
|
||||
|
||||
#########################################################################
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user