Commit 475c506d08b20314f68c5280095a26802490c981

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent aaed2eb5c7

Makefile, .gitignore: Cleanup non-existing binaries

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Showing 4 changed files with 2 additions and 9 deletions Side-by-side Diff

... ... @@ -47,8 +47,6 @@
47 47 /u-boot.ais
48 48 /u-boot.dtb
49 49 /u-boot.sb
50   -/u-boot.bd
51   -/u-boot.geany
52 50  
53 51 #
54 52 # Generated files
... ... @@ -756,7 +756,6 @@
756 756  
757 757 clean:
758 758 @rm -f $(obj)examples/standalone/atmel_df_pow2 \
759   - $(obj)examples/standalone/eepro100_eeprom \
760 759 $(obj)examples/standalone/hello_world \
761 760 $(obj)examples/standalone/interrupt \
762 761 $(obj)examples/standalone/mem_to_mem_idma2intr \
763 762  
... ... @@ -766,9 +765,9 @@
766 765 $(obj)examples/standalone/timer
767 766 @rm -f $(obj)examples/api/demo{,.bin}
768 767 @rm -f $(obj)tools/bmp_logo $(obj)tools/easylogo/easylogo \
769   - $(obj)tools/env/{fw_printenv,fw_setenv} \
  768 + $(obj)tools/env/fw_printenv \
770 769 $(obj)tools/envcrc \
771   - $(obj)tools/gdb/{astest,gdbcont,gdbsend} \
  770 + $(obj)tools/gdb/{gdbcont,gdbsend} \
772 771 $(obj)tools/gen_eth_addr $(obj)tools/img2srec \
773 772 $(obj)tools/dump{env,}image \
774 773 $(obj)tools/mk{env,}image $(obj)tools/mpc86x_clk \
... ... @@ -779,7 +778,6 @@
779 778 $(obj)tools/proftool
780 779 @rm -f $(obj)board/cray/L1/{bootscript.c,bootscript.image} \
781 780 $(obj)board/matrix_vision/*/bootscript.img \
782   - $(obj)board/voiceblue/eeprom \
783 781 $(obj)u-boot.lds \
784 782 $(obj)arch/blackfin/cpu/init.{lds,elf}
785 783 @rm -f $(obj)include/bmp_logo.h
... ... @@ -815,7 +813,6 @@
815 813 @rm -f $(obj)u-boot.ais
816 814 @rm -f $(obj)u-boot.dtb
817 815 @rm -f $(obj)u-boot.sb
818   - @rm -f $(obj)u-boot.bd
819 816 @rm -f $(obj)u-boot.spr
820 817 @rm -f $(obj)nand_spl/{u-boot.{lds,lst},System.map}
821 818 @rm -f $(obj)nand_spl/{u-boot-nand_spl.lds,u-boot-spl,u-boot-spl.map}
examples/standalone/.gitignore
1 1 /atmel_df_pow2
2   -/eepro100_eeprom
3 2 /hello_world
4 3 /interrupt
5 4 /mem_to_mem_idma2intr
... ... @@ -9,7 +9,6 @@
9 9 /mpc86x_clk
10 10 /mxsboot
11 11 /ncb
12   -/ncp
13 12 /proftool
14 13 /ubsha1
15 14 /xway-swap-bytes