X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Makefile;h=d84b3502051c9277e78a83ae46b10724c97dc391;hb=2157497615696c41512d857478158f8546942d70;hp=fb658f4e43eac9e60318da2472c398a40cd2abe4;hpb=9dfa8da709a1589d177d99c597d9b18d8c9a145d;p=karo-tx-uboot.git diff --git a/Makefile b/Makefile index fb658f4e43..d84b350205 100644 --- a/Makefile +++ b/Makefile @@ -483,7 +483,7 @@ mmc_spl: $(TIMESTAMP_FILE) $(VERSION_FILE) depend $(obj)mmc_spl/u-boot-mmc-spl.bin: mmc_spl -$(obj)spl/u-boot-spl.bin: depend +$(obj)spl/u-boot-spl.bin: $(SUBDIR_TOOLS) depend $(MAKE) -C spl all updater: @@ -790,7 +790,7 @@ clobber: clean @rm -f $(obj)u-boot.ubl @rm -f $(obj)u-boot.dtb @rm -f $(obj)u-boot.sb - @rm -f $(obj)tools/{env/crc32.c,inca-swap-bytes} + @rm -f $(obj)tools/inca-swap-bytes @rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c @rm -fr $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm @rm -fr $(obj)include/generated