summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2012-07-27 23:44:24 +0200
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2012-07-27 23:44:24 +0200
commit8b425b3f8e345b07ce7f0005bb0222970bd3b248 (patch)
treefa086cd85b57765006f8bfc569c0e95dd4df4d90 /Makefile
parentc627faf637f5fe091bdb6846a52b16983e97b262 (diff)
downloadblackbird-obmc-uboot-8b425b3f8e345b07ce7f0005bb0222970bd3b248.tar.gz
blackbird-obmc-uboot-8b425b3f8e345b07ce7f0005bb0222970bd3b248.zip
MIPS: fix renaming of inca-swap-bytes to xway-swap-bytes
Fix some remains of the renaming of inca-swap-bytes introduced in commit 60b74bde9280e85f4423c05a50ecc41de56ad980 MIPS: INCA-IP: rename inca-swap-bytes host tool Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d57c15e744..013d139888 100644
--- a/Makefile
+++ b/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
OpenPOWER on IntegriCloud