Home
last modified time | relevance | path

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

123

/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 DMakefile15 clean-files := *.dtb
/u-boot/arch/microblaze/dts/
A DMakefile15 clean-files := *.dtb
/u-boot/arch/sh/dts/
A DMakefile14 clean-files := *.dtb *_HS
/u-boot/arch/xtensa/dts/
A DMakefile15 clean-files := *.dtb
/u-boot/arch/sandbox/dts/
A DMakefile21 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
A Dpsci.S175 beq finished @ if loc is 0, then no need to clean
176 mov r10, #0 @ start clean at cache level 0
200 mcr p15, 0, r11, c7, c14, 2 @ clean & invalidate by set/way
/u-boot/arch/arc/dts/
A DMakefile21 clean-files := *.dtb
/u-boot/arch/x86/dts/
A DMakefile35 clean-files := *.dtb
/u-boot/arch/riscv/dts/
A DMakefile22 clean-files := *.dtb
/u-boot/arch/m68k/dts/
A DMakefile31 clean-files := *.dtb
/u-boot/scripts/dtc/pylibfdt/
A DMakefile44 clean-files += libfdt.i _libfdt.so libfdt.py libfdt_wrap.c
/u-boot/doc/media/
A DMakefile35 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 DMakefile18 clean-files := *.srec *.bin
/u-boot/arch/powerpc/dts/
A DMakefile46 clean-files := *.dtb
/u-boot/scripts/kconfig/
A DMakefile127 clean-dirs += tests/.cache
226 clean-files += .*conf-cfg
/u-boot/tools/binman/test/
A DMakefile84 clean: target
/u-boot/arch/mips/dts/
A DMakefile50 clean-files := *.dtb
/u-boot/tools/
A DMakefile270 clean-dirs := lib common
340 clean-files += .strip
/u-boot/doc/
A DREADME.nand22 nand erase clean [off|partition size]
32 If `clean' is specified, a JFFS2-style clean marker is written to
207 implement "nand erase clean" and old "nand erase"
209 "nand erase clean" additionally writes JFFS2-cleanmarkers in the oob.
/u-boot/
A DMakefile523 no-dot-config-targets := clean clobber mrproper distclean \
2176 clean: rm-dirs := $(CLEAN_DIRS) target
2177 clean: rm-files := $(CLEAN_FILES) target
2179 clean-dirs := $(foreach f,$(u-boot-alldirs),$(if $(wildcard $(srctree)/$f/Makefile),$f))
2181 clean-dirs := $(addprefix _clean_, $(clean-dirs))
2183 PHONY += $(clean-dirs) clean archclean
2184 $(clean-dirs):
2185 $(Q)$(MAKE) $(clean)=$(patsubst _clean_%,%,$@)
2187 clean: $(clean-dirs) target
2211 $(Q)$(MAKE) $(clean)=$(patsubst _mrproper_%,%,$@)
[all …]

Completed in 75 milliseconds

123