]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Makefile, .gitignore: Cleanup non-existing binaries
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 6 Dec 2013 07:34:10 +0000 (16:34 +0900)
committerTom Rini <trini@ti.com>
Mon, 16 Dec 2013 13:59:43 +0000 (08:59 -0500)
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
.gitignore
Makefile
examples/standalone/.gitignore
tools/.gitignore

index a1f07f00c675ac58197ab7d0eb5b227784257b91..3b14c256e1971d23df29348ca161cccd84130592 100644 (file)
@@ -47,8 +47,6 @@
 /u-boot.ais
 /u-boot.dtb
 /u-boot.sb
 /u-boot.ais
 /u-boot.dtb
 /u-boot.sb
-/u-boot.bd
-/u-boot.geany
 
 #
 # Generated files
 
 #
 # Generated files
index e9fc83c4c777bd3c2853e2a3d8a920ffd7fbe848..d6398fee4666d4e584ba7a2784eff3255f2d07dd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -756,7 +756,6 @@ $(obj).boards.depend:       boards.cfg
 
 clean:
        @rm -f $(obj)examples/standalone/atmel_df_pow2                    \
 
 clean:
        @rm -f $(obj)examples/standalone/atmel_df_pow2                    \
-              $(obj)examples/standalone/eepro100_eeprom                  \
               $(obj)examples/standalone/hello_world                      \
               $(obj)examples/standalone/interrupt                        \
               $(obj)examples/standalone/mem_to_mem_idma2intr             \
               $(obj)examples/standalone/hello_world                      \
               $(obj)examples/standalone/interrupt                        \
               $(obj)examples/standalone/mem_to_mem_idma2intr             \
@@ -766,9 +765,9 @@ clean:
               $(obj)examples/standalone/timer
        @rm -f $(obj)examples/api/demo{,.bin}
        @rm -f $(obj)tools/bmp_logo        $(obj)tools/easylogo/easylogo  \
               $(obj)examples/standalone/timer
        @rm -f $(obj)examples/api/demo{,.bin}
        @rm -f $(obj)tools/bmp_logo        $(obj)tools/easylogo/easylogo  \
-              $(obj)tools/env/{fw_printenv,fw_setenv}                    \
+              $(obj)tools/env/fw_printenv                                \
               $(obj)tools/envcrc                                         \
               $(obj)tools/envcrc                                         \
-              $(obj)tools/gdb/{astest,gdbcont,gdbsend}                   \
+              $(obj)tools/gdb/{gdbcont,gdbsend}                          \
               $(obj)tools/gen_eth_addr    $(obj)tools/img2srec           \
               $(obj)tools/dump{env,}image                \
               $(obj)tools/mk{env,}image   $(obj)tools/mpc86x_clk         \
               $(obj)tools/gen_eth_addr    $(obj)tools/img2srec           \
               $(obj)tools/dump{env,}image                \
               $(obj)tools/mk{env,}image   $(obj)tools/mpc86x_clk         \
@@ -779,7 +778,6 @@ clean:
               $(obj)tools/proftool
        @rm -f $(obj)board/cray/L1/{bootscript.c,bootscript.image}        \
               $(obj)board/matrix_vision/*/bootscript.img                 \
               $(obj)tools/proftool
        @rm -f $(obj)board/cray/L1/{bootscript.c,bootscript.image}        \
               $(obj)board/matrix_vision/*/bootscript.img                 \
-              $(obj)board/voiceblue/eeprom                               \
               $(obj)u-boot.lds                                           \
               $(obj)arch/blackfin/cpu/init.{lds,elf}
        @rm -f $(obj)include/bmp_logo.h
               $(obj)u-boot.lds                                           \
               $(obj)arch/blackfin/cpu/init.{lds,elf}
        @rm -f $(obj)include/bmp_logo.h
@@ -815,7 +813,6 @@ clobber:    tidy
        @rm -f $(obj)u-boot.ais
        @rm -f $(obj)u-boot.dtb
        @rm -f $(obj)u-boot.sb
        @rm -f $(obj)u-boot.ais
        @rm -f $(obj)u-boot.dtb
        @rm -f $(obj)u-boot.sb
-       @rm -f $(obj)u-boot.bd
        @rm -f $(obj)u-boot.spr
        @rm -f $(obj)nand_spl/{u-boot.{lds,lst},System.map}
        @rm -f $(obj)nand_spl/{u-boot-nand_spl.lds,u-boot-spl,u-boot-spl.map}
        @rm -f $(obj)u-boot.spr
        @rm -f $(obj)nand_spl/{u-boot.{lds,lst},System.map}
        @rm -f $(obj)nand_spl/{u-boot-nand_spl.lds,u-boot-spl,u-boot-spl.map}
index 1ff25b510d8256add0a6433b6ec64a24dafbfeae..6d3a6166d26898b2726d2ff04f6f2458188b8fd7 100644 (file)
@@ -1,5 +1,4 @@
 /atmel_df_pow2
 /atmel_df_pow2
-/eepro100_eeprom
 /hello_world
 /interrupt
 /mem_to_mem_idma2intr
 /hello_world
 /interrupt
 /mem_to_mem_idma2intr
index 2320fd80a17682d2b098e67708d6737f4e2072cd..930fa2e8a0eaf933677346dc166957cd162568b4 100644 (file)
@@ -9,7 +9,6 @@
 /mpc86x_clk
 /mxsboot
 /ncb
 /mpc86x_clk
 /mxsboot
 /ncb
-/ncp
 /proftool
 /ubsha1
 /xway-swap-bytes
 /proftool
 /ubsha1
 /xway-swap-bytes