mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-mips
* 'master' of git://git.denx.de/u-boot-mips: MIPS: fix renaming of inca-swap-bytes to xway-swap-bytes Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
commit
69577ab6bd
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -792,7 +792,7 @@ clobber: tidy
|
|||
@rm -f $(obj)u-boot.dtb
|
||||
@rm -f $(obj)u-boot.sb
|
||||
@rm -f $(obj)u-boot.spr
|
||||
@rm -f $(obj)tools/inca-swap-bytes
|
||||
@rm -f $(obj)tools/xway-swap-bytes
|
||||
@rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c
|
||||
@rm -f $(obj)arch/powerpc/cpu/mpc83xx/ddr-gen?.c
|
||||
@rm -fr $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm
|
||||
|
|
2
tools/.gitignore
vendored
2
tools/.gitignore
vendored
|
@ -9,7 +9,7 @@
|
|||
/ncb
|
||||
/ncp
|
||||
/ubsha1
|
||||
/inca-swap-bytes
|
||||
/xway-swap-bytes
|
||||
/*.exe
|
||||
/easylogo/easylogo
|
||||
/env/crc32.c
|
||||
|
|
Loading…
Reference in a new issue