MIPS: fix renaming of inca-swap-bytes to xway-swap-bytes

Fix some remains of the renaming of inca-swap-bytes introduced in

commit 60b74bde92

MIPS: INCA-IP: rename inca-swap-bytes host tool

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
master
Daniel Schwierzeck 12 years ago
parent c627faf637
commit 8b425b3f8e
  1. 2
      Makefile
  2. 2
      tools/.gitignore

@ -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

@ -9,7 +9,7 @@
/ncb
/ncp
/ubsha1
/inca-swap-bytes
/xway-swap-bytes
/*.exe
/easylogo/easylogo
/env/crc32.c

Loading…
Cancel
Save