diff options
author | wdenk <wdenk> | 2004-04-08 22:31:29 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-04-08 22:31:29 +0000 |
commit | 7e780369e43ebf5c9e337dfad84dd36b2a08a21f (patch) | |
tree | 0e30d6ce7632bf4b01394224bc1aa85f5610b77e /Makefile | |
parent | 0608e04da9d0df5d00cf48a1d9141e2ea1bc9635 (diff) | |
download | u-boot-imx-7e780369e43ebf5c9e337dfad84dd36b2a08a21f.zip u-boot-imx-7e780369e43ebf5c9e337dfad84dd36b2a08a21f.tar.gz u-boot-imx-7e780369e43ebf5c9e337dfad84dd36b2a08a21f.tar.bz2 |
* Patch by Mark Jonas: Remove config.tmp files only when
unconfiguring the board
* Adapt RMU board for bigger flash memory
* Test fix for ethernet problems on MPC5200
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -187,7 +187,7 @@ endif ######################################################################### unconfig: - rm -f include/config.h include/config.mk + rm -f include/config.h include/config.mk board/*/config.tmp #======================================================================== # PowerPC @@ -1231,7 +1231,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 board/*/config.tmp + rm -f board/trab/trab_fkt clobber: clean find . -type f \ |