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/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/perf/Documentation/
DMakefile56 RM ?= rm -f macro
241 $(QUIET_GEN)$(RM) $@+ $@ && \
261 $(QUIET_GEN)$(RM) $@ && \
275 $(call QUIET_CLEAN, Documentation) $(RM) $(CLEAN_FILES)
278 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
285 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
292 $(QUIET_XMLTO)$(RM) $@ && \
296 $(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
314 $(QUIET_DB2TEXI)$(RM) $@+ $@ && \
321 $(QUIET_DBLATEX)$(RM) $@+ $@ && \
[all …]
/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/bpf/bpftool/Documentation/
DMakefile5 RM ?= rm -f macro
50 $(Q)$(RM) $(DOC_MAN8)
59 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8))
/tools/bpf/
DMakefile.helpers13 RM ?= rm -f
48 $(Q)$(RM) $(DOC_MAN7) $(OUTPUT)$(HELPERS_RST)
57 $(Q)$(RM) $(addprefix $(DESTDIR)$(man7dir)/,$(_DOC_MAN7))
DMakefile94 $(Q)$(RM) -r -- $(OUTPUT)*.o $(OUTPUT)bpf_jit_disasm $(OUTPUT)bpf_dbg \
97 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpf
98 $(Q)$(RM) -r -- $(OUTPUT)feature
/tools/bpf/bpftool/
DMakefile59 RM ?= rm -f macro
184 $(Q)$(RM) -- $(OUTPUT)bpftool $(OUTPUT)*.o $(OUTPUT)*.d
185 $(Q)$(RM) -- $(BPFTOOL_BOOTSTRAP) $(OUTPUT)*.skel.h $(OUTPUT)vmlinux.h
186 $(Q)$(RM) -r -- $(OUTPUT)libbpf/
188 $(Q)$(RM) -- $(OUTPUT)FEATURE-DUMP.bpftool
189 $(Q)$(RM) -r -- $(OUTPUT)feature/
200 $(Q)$(RM) -- $(DESTDIR)$(prefix)/sbin/bpftool
201 $(Q)$(RM) -- $(DESTDIR)$(bash_compdir)/bpftool
/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/testing/selftests/gpio/
DMakefile24 $(RM) $(TEST_GEN_PROGS_EXTENDED)
25 $(RM) -rf $(GPIOOUT)
/tools/cgroup/
DMakefile11 $(RM) cgroup_event_listener
/tools/firmware/
DMakefile11 $(RM) ihex2fw
/tools/testing/selftests/
Dlib.mk120 ifeq ($(RM),)
121 RM := rm -f
125 $(RM) -r $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(EXTRA_CLEAN)
/tools/leds/
DMakefile11 $(RM) uledmon led_hw_brightness_mon
/tools/laptop/freefall/
DMakefile14 $(RM) $(TARGET)
/tools/usb/ffs-aio-example/simple/host_app/
DMakefile14 $(RM) test
/tools/usb/ffs-aio-example/multibuff/host_app/
DMakefile14 $(RM) test
/tools/testing/selftests/resctrl/
DMakefile17 $(RM) $(OBJS) resctrl_tests
/tools/wmi/
DMakefile15 $(RM) $(TARGET)
/tools/lib/bpf/
DMakefile4 RM ?= rm macro
195 $(QUIET_LINK)$(RM) -f $@; $(AR) rcs $@ $^
274 $(call QUIET_CLEAN, libbpf) $(RM) -rf $(CMD_TARGETS) \
279 $(call QUIET_CLEAN, core-gen) $(RM) $(OUTPUT)FEATURE-DUMP.libbpf
300 $(RM) -f TAGS tags
/tools/objtool/
DMakefile65 $(call QUIET_CLEAN, objtool) $(RM) $(OBJTOOL)
67 $(Q)$(RM) $(OUTPUT)arch/x86/inat-tables.c $(OUTPUT)fixdep
/tools/bpf/resolve_btfids/
DMakefile25 RM ?= rm macro
78 $(Q)$(RM) -rf $(clean_objects)
/tools/io_uring/
DMakefile16 $(RM) io_uring-cp io_uring-bench *.o
/tools/perf/arch/x86/
DMakefile25 $(call QUIET_CLEAN, x86) $(RM) $(header)

12