Searched refs:RM (Results 1 – 25 of 42) sorted by relevance
12
/tools/lib/subcmd/ |
D | Makefile | 16 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/ |
D | Makefile | 44 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/ |
D | Makefile | 109 $(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/ |
D | Makefile | 56 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/ |
D | Makefile | 171 $(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/ |
D | Makefile | 5 RM ?= rm -f macro 50 $(Q)$(RM) $(DOC_MAN8) 59 $(Q)$(RM) $(addprefix $(DESTDIR)$(man8dir)/,$(_DOC_MAN8))
|
/tools/bpf/ |
D | Makefile.helpers | 13 RM ?= rm -f 48 $(Q)$(RM) $(DOC_MAN7) $(OUTPUT)$(HELPERS_RST) 57 $(Q)$(RM) $(addprefix $(DESTDIR)$(man7dir)/,$(_DOC_MAN7))
|
D | Makefile | 94 $(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/ |
D | Makefile | 59 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/ |
D | Makefile | 151 $(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/ |
D | Makefile | 24 $(RM) $(TEST_GEN_PROGS_EXTENDED) 25 $(RM) -rf $(GPIOOUT)
|
/tools/cgroup/ |
D | Makefile | 11 $(RM) cgroup_event_listener
|
/tools/firmware/ |
D | Makefile | 11 $(RM) ihex2fw
|
/tools/testing/selftests/ |
D | lib.mk | 120 ifeq ($(RM),) 121 RM := rm -f 125 $(RM) -r $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) $(EXTRA_CLEAN)
|
/tools/leds/ |
D | Makefile | 11 $(RM) uledmon led_hw_brightness_mon
|
/tools/laptop/freefall/ |
D | Makefile | 14 $(RM) $(TARGET)
|
/tools/usb/ffs-aio-example/simple/host_app/ |
D | Makefile | 14 $(RM) test
|
/tools/usb/ffs-aio-example/multibuff/host_app/ |
D | Makefile | 14 $(RM) test
|
/tools/testing/selftests/resctrl/ |
D | Makefile | 17 $(RM) $(OBJS) resctrl_tests
|
/tools/wmi/ |
D | Makefile | 15 $(RM) $(TARGET)
|
/tools/lib/bpf/ |
D | Makefile | 4 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/ |
D | Makefile | 65 $(call QUIET_CLEAN, objtool) $(RM) $(OBJTOOL) 67 $(Q)$(RM) $(OUTPUT)arch/x86/inat-tables.c $(OUTPUT)fixdep
|
/tools/bpf/resolve_btfids/ |
D | Makefile | 25 RM ?= rm macro 78 $(Q)$(RM) -rf $(clean_objects)
|
/tools/io_uring/ |
D | Makefile | 16 $(RM) io_uring-cp io_uring-bench *.o
|
/tools/perf/arch/x86/ |
D | Makefile | 25 $(call QUIET_CLEAN, x86) $(RM) $(header)
|
12