/openbmc/qemu/tests/ |
H A D | Makefile.include | 24 @echo " $(MAKE) check-clean Clean the tests and related data" 41 CLEAN_TCG_TARGET_RULES=$(patsubst %,clean-tcg-tests-%, $(TCG_TESTS_TARGETS)) 60 .PHONY: $(TCG_TESTS_TARGETS:%=clean-tcg-tests-%) 61 $(TCG_TESTS_TARGETS:%=clean-tcg-tests-%): clean-tcg-tests-%: 63 $(MAKE) -C tests/tcg/$* $(SUBDIR_MAKEFLAGS) clean, \ 64 "CLEAN", "$* guest-tests") 70 "CLEAN", "$* guest-tests") 79 .PHONY: clean-tcg 80 clean-tcg: $(CLEAN_TCG_TARGET_RULES) 117 .PHONY: check check-clean [all …]
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/health/ |
H A D | phosphor-health-monitor_%.bbappend | 5 SRC_URI += "file://clean-up-filesystem \ 6 file://clean-up-filesystem.service \ 8 STORAGE_CRIT_TGT = "clean-up-filesystem.service" 15 clean-up-filesystem.service \ 19 …install -m 0644 ${UNPACKDIR}/clean-up-filesystem.service ${D}${systemd_system_unitdir}/clean-up-fi… 21 install -m 0755 ${UNPACKDIR}/clean-up-filesystem ${D}${libexecdir}/${PN}/
|
/openbmc/linux/tools/perf/tests/shell/coresight/ |
D | Makefile |
|
/openbmc/linux/tools/build/tests/ |
D | run.sh |
|
/openbmc/linux/arch/arm/mm/ |
D | copypage-feroceon.c |
|
/openbmc/linux/tools/tracing/ |
D | Makefile |
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/ |
H A D | 0002-add-install-targets-to-Makefiles.patch | 35 clean: 36 for target in $(TARGETS); do ($(MAKE) -C $$target clean); done 50 clean: 63 clean: 77 clean: 92 clean: 107 clean: 122 clean: 137 clean: 152 clean: [all …]
|
H A D | 0007-Makefile-reorganize.patch | 17 To clean simply invoke: make TARGET=clean 40 +.PHONY: all lib install clean $(TARGETS) 50 -clean: 51 - for target in $(TARGETS); do ($(MAKE) -C $$target clean); done
|
/openbmc/u-boot/scripts/ |
H A D | Makefile.clean | 45 $(always) $(targets) $(clean-files) \ 49 __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) 51 # clean-files is given relative to the current directory, unless it 59 # same as clean-files 62 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(clean-dirs))) \ 63 $(filter $(objtree)/%, $(clean-dirs))) 67 quiet_cmd_clean = CLEAN $(obj) 69 quiet_cmd_cleandir = CLEAN $(__clean-dirs) 75 +$(call cmd,clean) 92 $(Q)$(MAKE) $(clean)=$@
|
/openbmc/openbmc/poky/scripts/ |
H A D | test-reexec | 14 # initial build logs for each recipe. Log files with prefix "clean" are 15 # used to save logs of clean task after testing for a recipe is finished. 71 …clean|build|cleansstate|cleanall|package|cleansstate2|package_write|package_write_ipk|package_writ… 85 bitbake $target -c clean > $LOGS/clean.$target.$task 91 bitbake $target -c clean > $LOGS/clean.$target.$task
|
/openbmc/qemu/util/ |
H A D | qemu-co-timeout.c | 35 CleanupFunc *clean; member 47 if (s->clean) { in qemu_co_timeout_entry() 48 s->clean(s->opaque); in qemu_co_timeout_entry() 58 uint64_t timeout_ns, CleanupFunc clean) in qemu_co_timeout() argument 72 .clean = clean in qemu_co_timeout()
|
/openbmc/linux/tools/virtio/ |
D | Makefile |
|
/openbmc/linux/fs/ubifs/ |
D | shrinker.c |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/ |
H A D | 0001-Remove-modules_clean-from-clean-target.patch | 4 Subject: [PATCH] Remove modules_clean from clean target 7 Since OE will run 'make clean' before reconfiguring, this 26 -clean: modules_clean nbcat_clean mkemlog_clean 27 +clean: nbcat_clean mkemlog_clean
|
/openbmc/hiomapd/ |
H A D | Makefile.am | 35 clean-local: code-coverage-clean 36 distclean-local: code-coverage-dist-clean 57 cscope.files: clean-cscope cscopelist-unique
|
/openbmc/u-boot/arch/arm/cpu/armv7m/ |
H A D | cache.c | 50 FLUSH_POU, /* d-cache clean by address to the PoU */ 51 FLUSH_POC, /* d-cache clean by address to the PoC */ 52 FLUSH_SET_WAY, /* d-cache clean by sets/ways */ 53 FLUSH_INVAL_POC, /* d-cache clean & invalidate by addr to PoC */ 54 FLUSH_INVAL_SET_WAY, /* d-cache clean & invalidate by set/ways */ 72 * Return the io register to perform required cache action like clean or clean 92 * Return the io register to perform required cache action like clean or clean 134 /* Perform the action like invalidate/clean on a range of cache addresses */ 169 /* Perform the action like invalidate/clean on all cached addresses */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/ |
H A D | build.patch | 29 .PHONY: clean distclean perl-clean mostyclean 30 perl-clean: clean
|
/openbmc/linux/tools/perf/ |
D | Makefile |
|
/openbmc/linux/arch/arm/include/asm/ |
D | v7m.h |
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/health/phosphor-health-monitor/ |
H A D | clean-up-filesystem.service | 2 Description=Clean up files that might full up filesystem 6 ExecStart=/usr/libexec/phosphor-health-monitor/clean-up-filesystem 7 SyslogIdentifier=clean-up-filesystem
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/ |
D | Makefile |
|
/openbmc/linux/samples/landlock/ |
D | Makefile |
|
/openbmc/linux/tools/perf/tests/ |
D | make |
|
/openbmc/qemu/python/ |
H A D | Makefile | 43 @echo "make clean:" 48 @echo " built distribution files, and everything from 'make clean'." 123 .PHONY: clean 124 clean: target 125 python3 setup.py clean --all 129 distclean: clean
|
/openbmc/u-boot/arch/arm/mach-mvebu/ |
H A D | lowlevel_spl.S | 37 * flush_l1_v6 - l1 cache clean invalidate 47 mcr p15, 0, r0, c7, c14, 1 /* @ clean & invalidate D line */ 55 * flush_l1_v7 - l1 cache clean invalidate 65 mcr p15, 0, r0, c7, c14, 1 /* @ clean & invalidate D line */
|