Searched refs:clean (Results 1 – 25 of 55) sorted by relevance
123
| /u-boot/scripts/ |
| A D | Makefile.clean | 45 $(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 D | objdiff | 154 clean)
|
| /u-boot/arch/nios2/dts/ |
| A D | Makefile | 15 clean-files := *.dtb
|
| /u-boot/arch/microblaze/dts/ |
| A D | Makefile | 15 clean-files := *.dtb
|
| /u-boot/arch/sh/dts/ |
| A D | Makefile | 14 clean-files := *.dtb *_HS
|
| /u-boot/arch/xtensa/dts/ |
| A D | Makefile | 15 clean-files := *.dtb
|
| /u-boot/arch/sandbox/dts/ |
| A D | Makefile | 21 clean-files := *.dtb
|
| /u-boot/arch/arm/cpu/armv7/ |
| A D | cache_v7_asm.S | 30 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 D | psci.S | 175 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 D | Makefile | 21 clean-files := *.dtb
|
| /u-boot/arch/x86/dts/ |
| A D | Makefile | 35 clean-files := *.dtb
|
| /u-boot/arch/riscv/dts/ |
| A D | Makefile | 22 clean-files := *.dtb
|
| /u-boot/arch/m68k/dts/ |
| A D | Makefile | 31 clean-files := *.dtb
|
| /u-boot/scripts/dtc/pylibfdt/ |
| A D | Makefile | 44 clean-files += libfdt.i _libfdt.so libfdt.py libfdt_wrap.c
|
| /u-boot/doc/media/ |
| A D | Makefile | 35 clean: target
|
| /u-boot/scripts/dtc/ |
| A D | update-dtc-source.sh | 49 make clean
|
| /u-boot/dts/ |
| A D | Makefile | 63 clean-files := dt.dtb.S
|
| /u-boot/examples/standalone/ |
| A D | Makefile | 18 clean-files := *.srec *.bin
|
| /u-boot/arch/powerpc/dts/ |
| A D | Makefile | 46 clean-files := *.dtb
|
| /u-boot/scripts/kconfig/ |
| A D | Makefile | 127 clean-dirs += tests/.cache 226 clean-files += .*conf-cfg
|
| /u-boot/tools/binman/test/ |
| A D | Makefile | 84 clean: target
|
| /u-boot/arch/mips/dts/ |
| A D | Makefile | 50 clean-files := *.dtb
|
| /u-boot/tools/ |
| A D | Makefile | 270 clean-dirs := lib common 340 clean-files += .strip
|
| /u-boot/doc/ |
| A D | README.nand | 22 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 D | Makefile | 523 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