Searched refs:clean (Results 26 - 50 of 288) sorted by relevance

1234567891011>>

/linux-master/tools/arch/x86/kcpuid/
H A DMakefile17 .PHONY : clean
18 clean :
/linux-master/tools/perf/tests/shell/coresight/asm_pure_loop/
H A DMakefile31 clean:
34 .PHONY: all clean install-tests
/linux-master/tools/perf/tests/shell/coresight/memcpy_thread/
H A DMakefile30 clean:
33 .PHONY: all clean install-tests
/linux-master/tools/perf/tests/shell/coresight/thread_loop/
H A DMakefile30 clean:
33 .PHONY: all clean install-tests
/linux-master/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A DMakefile30 clean:
33 .PHONY: all clean install-tests
/linux-master/tools/debugging/
H A DMakefile12 clean:
/linux-master/tools/laptop/freefall/
H A DMakefile13 clean:
/linux-master/tools/testing/selftests/uevent/
H A DMakefile6 .PHONY: all clean
/linux-master/tools/usb/ffs-aio-example/multibuff/host_app/
H A DMakefile13 clean:
/linux-master/tools/usb/ffs-aio-example/simple/host_app/
H A DMakefile13 clean:
/linux-master/scripts/selinux/mdp/
H A DMakefile7 clean-files := policy.* file_contexts
/linux-master/tools/power/acpi/
H A DMakefile13 clean: acpidbg_clean acpidump_clean ec_clean pfrut_clean
20 $(call descend,tools/$(@:_clean=),clean)
/linux-master/tools/crypto/ccp/
H A DMakefile12 clean:
/linux-master/arch/mips/
H A DMakefile.postlink34 clean:
37 PHONY += FORCE clean
/linux-master/tools/
H A DMakefile63 @echo ' clean: a summary clean target to clean _all_ folders'
166 $(call descend,power/acpi,clean)
169 $(call descend,power/cpupower,clean)
172 $(call descend,$(@:_clean=),clean)
175 $(call descend,lib/api,clean)
178 $(call descend,lib/bpf,clean)
181 $(call descend,lib/subcmd,clean)
185 $(Q)$(MAKE) --no-print-directory -C perf O=$(PERF_O) subdir= clean
[all...]
/linux-master/tools/virtio/
H A DMakefile47 oot-clean: oot-build
49 oot-clean: OOT_BUILD+=clean
51 .PHONY: all test mod clean vhost oot oot-clean oot-build
52 clean:
/linux-master/arch/arm/mm/
H A Dcache-v6.S66 mcr p15, 0, r0, c7, c14, 0 @ D cache clean+invalidate
73 mcr p15, 0, r0, c7, c15, 0 @ Cache clean+invalidate
136 USER( mcr p15, 0, r0, c7, c10, 1 ) @ clean D line
179 mcr p15, 0, r0, c7, c14, 1 @ clean & invalidate D line
181 mcr p15, 0, r0, c7, c15, 1 @ clean & invalidate unified line
207 mcrne p15, 0, r0, c7, c10, 1 @ clean D line
209 mcrne p15, 0, r0, c7, c11, 1 @ clean unified line
214 mcrne p15, 0, r1, c7, c14, 1 @ clean & invalidate D line
216 mcrne p15, 0, r1, c7, c15, 1 @ clean & invalidate unified line
240 mcr p15, 0, r0, c7, c10, 1 @ clean
[all...]
/linux-master/tools/power/cpupower/debug/x86_64/
H A DMakefile23 clean:
31 .PHONY: all default clean install
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A DMakefile20 .PHONY : clean
21 clean :
/linux-master/tools/testing/selftests/bpf/
H A Dtest_doc_build.sh18 for tgt in docs docs-clean; do
/linux-master/tools/power/x86/turbostat/
H A DMakefile22 .PHONY : clean
23 clean :
/linux-master/tools/verification/dot2/
H A DMakefile14 .PHONY: clean
15 clean:
/linux-master/scripts/
H A DMakefile.clean28 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
34 __clean-files := $(filter-out $(no-clean-files), $(__clean-files))
47 $(call cmd,clean)
61 $(Q)$(MAKE) $(clean)=$@
/linux-master/tools/arch/arm64/tools/
H A DMakefile35 clean:
38 .PHONY: all clean
/linux-master/tools/testing/selftests/livepatch/test_modules/
H A DMakefile22 # Ensure that KDIR exists, otherwise skip the clean target
23 clean:
25 $(Q)$(MAKE) -C $(KDIR) clean KBUILD_EXTMOD=$(TESTMODS_DIR)

Completed in 413 milliseconds

1234567891011>>