/tools/ |
D | Makefile | 143 $(call descend,power/acpi,clean) 146 $(call descend,power/cpupower,clean) 149 $(call descend,$(@:_clean=),clean) 152 $(call descend,lib/lockdep,clean) 155 $(call descend,lib/api,clean) 158 $(call descend,lib/bpf,clean) 161 $(call descend,lib/subcmd,clean) 165 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= clean 168 $(call descend,testing/$(@:_clean=),clean) 171 $(call descend,power/x86/$(@:_clean=),clean) [all …]
|
/tools/build/tests/ |
D | run.sh | 5 make -C ex V=1 clean > ex.out 2>&1 13 make -C ex V=1 clean > /dev/null 2>&1 18 make -C ex V=1 clean > ex.out 2>&1 35 make -C ex V=1 clean > /dev/null 2>&1 40 make -C ex V=1 clean > ex.out 2>&1 60 make -C ex V=1 clean > /dev/null 2>&1
|
/tools/virtio/ |
D | Makefile | 35 oot-clean: oot-build 37 oot-clean: OOT_BUILD+=clean 39 .PHONY: all test mod clean vhost oot oot-clean oot-build 40 clean: target
|
/tools/perf/ |
D | Makefile | 74 ifneq ($(filter clean,$(MAKECMDGOALS)),) 79 rest := $(filter-out clean,$(MAKECMDGOALS)) 81 $(rest): clean 89 clean: target
|
D | Makefile.perf | 195 NON_CONFIG_TARGETS := clean python-clean TAGS tags cscope help 331 python-clean := $(call QUIET_CLEAN, python) $(RM) -r $(PYTHON_EXTBUILD) $(OUTPUT)python/perf*.so 793 $(LIBTRACEEVENT)-clean: 795 $(Q)$(MAKE) -C $(TRACE_EVENT_DIR) O=$(OUTPUT) clean >/dev/null 803 $(LIBAPI)-clean: 805 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) clean >/dev/null 810 $(LIBBPF)-clean: 812 $(Q)$(MAKE) -C $(BPF_DIR) O=$(OUTPUT) clean >/dev/null 817 $(LIBPERF)-clean: 819 $(Q)$(MAKE) -C $(LIBPERF_DIR) O=$(OUTPUT) clean >/dev/null [all …]
|
/tools/bpf/bpftool/ |
D | Makefile | 33 $(LIBBPF)-clean: 35 $(Q)$(MAKE) -C $(BPF_DIR) OUTPUT=$(LIBBPF_OUTPUT) clean >/dev/null 70 NON_CHECK_FEAT_TARGETS := clean uninstall doc doc-clean doc-install doc-uninstall 178 feature-detect-clean: 180 $(Q)$(MAKE) -C $(srctree)/tools/build/feature/ clean >/dev/null 182 clean: $(LIBBPF)-clean feature-detect-clean target 206 doc-clean: 207 $(call descend,Documentation,clean) 221 .PHONY: all FORCE clean install uninstall zdep 222 .PHONY: doc doc-clean doc-install doc-uninstall
|
/tools/firmware/ |
D | Makefile | 10 clean: target 13 .PHONY: all clean
|
/tools/leds/ |
D | Makefile | 10 clean: target 13 .PHONY: all clean
|
/tools/testing/selftests/ptp/ |
D | testptp.mk | 29 clean: 32 distclean: clean
|
/tools/build/ |
D | Makefile.include | 7 fixdep-clean: 8 $(Q)$(MAKE) -C $(srctree)/tools/build clean
|
/tools/testing/selftests/resctrl/ |
D | Makefile | 14 .PHONY: clean 16 clean: target
|
/tools/bpf/ |
D | Makefile | 41 NON_CHECK_FEAT_TARGETS := clean bpftool_clean runqslower_clean resolve_btfids_clean 92 clean: bpftool_clean runqslower_clean resolve_btfids_clean target 116 $(call descend,bpftool,clean) 122 $(call descend,runqslower,clean) 128 $(call descend,resolve_btfids,clean) 130 .PHONY: all install clean bpftool bpftool_install bpftool_clean \
|
/tools/bpf/resolve_btfids/ |
D | Makefile | 76 clean: fixdep-clean target 80 clean: target 89 .PHONY: all FORCE clean tags
|
/tools/io_uring/ |
D | Makefile | 15 clean: target 18 .PHONY: all clean
|
/tools/bpf/bpftool/Documentation/ |
D | Makefile | 48 clean: helpers-clean target 62 .PHONY: man man8 clean install uninstall
|
/tools/testing/selftests/powerpc/pmu/ |
D | Makefile | 43 clean: target 45 TARGET=ebb; BUILD_TARGET=$$OUTPUT/$$TARGET; $(MAKE) OUTPUT=$$BUILD_TARGET -C $$TARGET clean 50 .PHONY: all run_tests clean ebb
|
/tools/testing/vsock/ |
D | Makefile | 8 .PHONY: all test clean 9 clean: target
|
/tools/vm/ |
D | Makefile | 24 clean: target 26 make -C $(LIB_DIR) clean
|
/tools/power/acpi/ |
D | Makefile | 13 clean: acpidbg_clean acpidump_clean ec_clean target 20 $(call descend,tools/$(@:_clean=),clean)
|
/tools/lib/perf/ |
D | Makefile | 115 $(LIBAPI)-clean: 117 $(Q)$(MAKE) -C $(LIB_DIR) O=$(OUTPUT) clean >/dev/null 137 clean: $(LIBAPI)-clean target 140 $(Q)$(MAKE) -C tests clean 191 .PHONY: all install clean tests FORCE
|
/tools/power/x86/x86_energy_perf_policy/ |
D | Makefile | 20 .PHONY : clean 21 clean : target
|
/tools/testing/selftests/rcutorture/bin/ |
D | configinit.sh | 33 make clean > $resdir/Make.clean 2>&1
|
/tools/power/x86/turbostat/ |
D | Makefile | 22 .PHONY : clean 23 clean : target
|
/tools/power/cpupower/debug/x86_64/ |
D | Makefile | 23 clean: target 31 .PHONY: all default clean install
|
/tools/perf/tests/ |
D | make | 67 make_clean_all := clean all 123 # Targets 'clean all' can be run together only through top level 124 # Makefile because we detect clean target in Makefile.perf and 298 clean := @(cd $(PERF); $(MAKE_F) -s $(O_OPT) clean >/dev/null && $(MAKE) -s $(O_OPT) -C ../build cl… 301 $(call clean) 311 $(call clean) 334 $(call clean); \ 340 $(call clean); \ 346 make -C lib clean >$@ 2>&1; make -C lib >>$@ 2>&1 && rm $@ 361 $(call clean) [all …]
|