Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 25 of 50) sorted by relevance

12

/u-boot/scripts/
A DMakefile.clean45 $(always) $(targets) $(clean-files) \
50 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
63 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(clean-dirs))) \
64 $(filter $(objtree)/%, $(clean-dirs)))
76 +$(call cmd,clean)
93 $(Q)$(MAKE) $(clean)=$@
A Dobjdiff154 clean)
/u-boot/arch/nios2/dts/
A DMakefile13 clean-files := *.dtb
/u-boot/arch/microblaze/dts/
A DMakefile13 clean-files := *.dtb
/u-boot/arch/sh/dts/
A DMakefile12 clean-files := *.dtb *_HS
/u-boot/arch/nds32/dts/
A DMakefile13 clean-files := *.dtb
/u-boot/arch/xtensa/dts/
A DMakefile13 clean-files := *.dtb
/u-boot/arch/sandbox/dts/
A DMakefile18 clean-files := *.dtb
/u-boot/arch/riscv/dts/
A DMakefile16 clean-files := *.dtb
/u-boot/arch/arc/dts/
A DMakefile19 clean-files := *.dtb
/u-boot/arch/arm/cpu/armv7/
A Dcache_v7_asm.S30 beq finished @ if loc is 0, then no need to clean
32 mov r10, #0 @ start clean at cache level 0
58 mcr p15, 0, r11, c7, c14, 2 @ clean & invalidate by set/way
101 beq inval_finished @ if loc is 0, then no need to clean
102 mov r10, #0 @ start clean at cache level 0
/u-boot/scripts/dtc/pylibfdt/
A DMakefile34 clean-files += libfdt.i _libfdt.so libfdt.py libfdt_wrap.c
/u-boot/arch/x86/dts/
A DMakefile33 clean-files := *.dtb
/u-boot/doc/media/
A DMakefile34 clean: target
/u-boot/scripts/dtc/
A Dupdate-dtc-source.sh49 make clean
/u-boot/dts/
A DMakefile63 clean-files := dt.dtb.S
/u-boot/examples/standalone/
A DMakefile19 clean-files := *.srec *.bin
/u-boot/tools/binman/test/
A DMakefile62 clean: target
/u-boot/arch/m68k/dts/
A DMakefile59 clean-files := *.dtb
/u-boot/arch/powerpc/dts/
A DMakefile41 clean-files := *.dtb
/u-boot/arch/mips/dts/
A DMakefile45 clean-files := *.dtb
/u-boot/scripts/kconfig/
A DMakefile141 clean-dirs += tests/.cache
240 clean-files += .*conf-cfg
/u-boot/
A DMakefile508 no-dot-config-targets := clean clobber mrproper distclean \
1997 clean: rm-dirs := $(CLEAN_DIRS) target
1998 clean: rm-files := $(CLEAN_FILES) target
2000 clean-dirs := $(foreach f,$(u-boot-alldirs),$(if $(wildcard $(srctree)/$f/Makefile),$f))
2002 clean-dirs := $(addprefix _clean_, $(clean-dirs))
2004 PHONY += $(clean-dirs) clean archclean
2005 $(clean-dirs):
2006 $(Q)$(MAKE) $(clean)=$(patsubst _clean_%,%,$@)
2008 clean: $(clean-dirs) target
2031 $(Q)$(MAKE) $(clean)=$(patsubst _mrproper_%,%,$@)
[all …]
/u-boot/tools/
A DMakefile244 clean-dirs := lib common
313 clean-files += .strip
/u-boot/doc/
A DMakefile106 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=doc/media clean

Completed in 37 milliseconds

12