Home
last modified time | relevance | path

Searched refs:RM (Results 1 – 25 of 42) sorted by relevance

12

/tools/lib/subcmd/
DMakefile16 RM = rm -f macro
62 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(SUBCMD_IN)
65 $(call QUIET_CLEAN, libsubcmd) $(RM) $(LIBFILE); \
66 find $(if $(OUTPUT),$(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
/tools/lib/api/
DMakefile44 RM = rm -f macro
59 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(API_IN)
62 $(call QUIET_CLEAN, libapi) $(RM) $(LIBFILE); \
63 find $(if $(OUTPUT),$(OUTPUT),.) -name \*.o -or -name \*.o.cmd -or -name \*.o.d | xargs $(RM)
/tools/bpf/runqslower/
DMakefile43 $(Q)$(RM) -r $(BPFOBJ_OUTPUT) $(BPFTOOL_OUTPUT)
44 $(Q)$(RM) $(OUTPUT)*.o $(OUTPUT)*.d
45 $(Q)$(RM) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
46 $(Q)$(RM) $(OUTPUT)runqslower
47 $(Q)$(RM) -r .output
/tools/lib/lockdep/
DMakefile109 $(RM) $@; $(AR) rcs $@ $^)
130 $(RM) tags
135 $(RM) TAGS
154 …$(RM) $(OUTPUT)*.o *~ $(TARGETS) $(OUTPUT)*.a $(OUTPUT)*liblockdep*.so* $(VERSION_FILES) $(OUTPUT)…
155 $(RM) tags TAGS
/tools/bpf/bpftool/Documentation/
DMakefile5 RM ?= rm -f macro
47 $(Q)$(RM) $(DOC_MAN8)
56 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8))
/tools/lib/traceevent/plugins/
DMakefile171 $(RM) tags
176 $(RM) TAGS
216 $(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d .*.cmd; \
217 $(RM) $(OUTPUT)libtraceevent-dynamic-list \
218 $(RM) TRACEEVENT-CFLAGS tags TAGS;
/tools/perf/Documentation/
DMakefile53 RM ?= rm -f macro
231 $(QUIET_GEN)$(RM) $@+ $@ && \
245 $(call QUIET_CLEAN, Documentation) $(RM) $(CLEAN_FILES)
248 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
255 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
262 $(QUIET_XMLTO)$(RM) $@ && \
266 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
278 $(QUIET_DB2TEXI)$(RM) $@+ $@ && \
289 $(QUIET_DB2TEXI)$(RM) $@+ $@ && \
/tools/lib/traceevent/
DMakefile151 $(QUIET_LINK)$(RM) $@; $(AR) rcs $@ $^
192 $(RM) tags
197 $(RM) TAGS
247 $(RM) *.o *~ $(TARGETS) *.a *.so $(VERSION_FILES) .*.d .*.cmd; \
248 $(RM) TRACEEVENT-CFLAGS tags TAGS; \
249 $(RM) $(PKG_CONFIG_FILE)
/tools/bpf/bpftool/
DMakefile76 RM ?= rm -f macro
212 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
213 $(Q)$(RM) -- $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
214 $(Q)$(RM) -r -- $(LIBBPF_OUTPUT) $(BOOTSTRAP_OUTPUT)
216 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
217 $(Q)$(RM) -r -- $(OUTPUT)feature/
228 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
229 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool
/tools/testing/selftests/bpf/
DMakefile.docs7 RM ?= rm -f
60 $(Q)$(RM) $$(DOC_MAN$2) $(OUTPUT)bpf-$1.rst
69 $(Q)$(RM) $$(addprefix $(DESTDIR)$$(man$2dir)/,$$(_DOC_MAN$2))
/tools/cgroup/
DMakefile11 $(RM) cgroup_event_listener
/tools/testing/selftests/
Dlib.mk121 ifeq ($(RM),)
122 RM := rm -f
126 $(RM) -r $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(EXTRA_CLEAN)
/tools/firmware/
DMakefile11 $(RM) ihex2fw
/tools/leds/
DMakefile11 $(RM) uledmon led_hw_brightness_mon
/tools/laptop/freefall/
DMakefile14 $(RM) $(TARGET)
/tools/usb/ffs-aio-example/multibuff/host_app/
DMakefile14 $(RM) test
/tools/usb/ffs-aio-example/simple/host_app/
DMakefile14 $(RM) test
/tools/wmi/
DMakefile15 $(RM) $(TARGET)
/tools/objtool/
DMakefile66 $(call QUIET_CLEAN, objtool) $(RM) $(OBJTOOL)
68 $(Q)$(RM) $(OUTPUT)arch/x86/inat-tables.c $(OUTPUT)fixdep
/tools/io_uring/
DMakefile16 $(RM) io_uring-cp io_uring-bench *.o
/tools/bpf/
DMakefile97 $(Q)$(RM) -r -- $(OUTPUT)*.o $(OUTPUT)bpf_jit_disasm $(OUTPUT)bpf_dbg \
100 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpf
101 $(Q)$(RM) -r -- $(OUTPUT)feature
/tools/perf/arch/mips/
DMakefile20 $(call QUIET_CLEAN, mips) $(RM) $(header)
/tools/bpf/resolve_btfids/
DMakefile25 RM ?= rm macro
81 $(Q)$(RM) -rf $(clean_objects)
/tools/tracing/latency/
DMakefile17 $(RM) latency-collector
/tools/perf/arch/s390/
DMakefile26 $(call QUIET_CLEAN, s390) $(RM) $(header)

12