Home
last modified time | relevance | path

Searched refs:STRIP (Results 1 – 20 of 20) sorted by relevance

/linux/arch/loongarch/boot/
H A DMakefile11 quiet_cmd_strip = STRIP $@
12 cmd_strip = $(STRIP) -s -o $@ $<
/linux/arch/microblaze/boot/
H A DMakefile19 quiet_cmd_strip = STRIP $< $@$2
20 cmd_strip = $(STRIP) -K microblaze_start -K _end -K __log_buf \
/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile267 STRIP := $(CHOST)-strip macro
355 $(STRIP) -s $(TOOLCHAIN_PATH)/$(CHOST)/lib/libc.so
373 $(STRIP) -s $@
382 $(STRIP) -s $@
387 $(STRIP) -s $@
397 $(STRIP) -s $@
407 $(STRIP) -s $@
418 $(STRIP) -s $@
422 $(STRIP) -s $@
433 $(STRIP) -s $@
[all …]
/linux/scripts/
H A Dobjdiff67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
78 STRIP="${CROSS_COMPILE}strip"
H A DMakefile.modinst84 quiet_cmd_strip = STRIP $@
85 cmd_strip = $(STRIP) $(strip-option) $@
/linux/tools/tracing/rtla/
H A DMakefile.rtla12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
16 export CC AR STRIP PKG_CONFIG LD_SO_CONF_PATH LDCONFIG
/linux/tools/verification/rv/
H A DMakefile.rv12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
16 export CC AR STRIP PKG_CONFIG LD_SO_CONF_PATH LDCONFIG
/linux/arch/sparc/boot/
H A DMakefile18 quiet_cmd_strip = STRIP $@
19 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@
/linux/tools/tracing/latency/
H A DMakefile80 STRIP := strip macro
86 @$(STRIP) $(DESTDIR)$(BINDIR)/latency-collector
/linux/tools/power/cpupower/
H A DMakefile92 STRIP = $(CROSS)strip macro
111 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
/linux/arch/alpha/boot/
H A DMakefile69 quiet_cmd_strip = STRIP $@
70 cmd_strip = $(STRIP) -o $@ $<
/linux/tools/scripts/
H A DMakefile.include65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX))
72 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
/linux/arch/mips/boot/compressed/
H A DMakefile105 quiet_cmd_strip = STRIP $@
106 cmd_strip = $(STRIP) -s $@
/linux/tools/power/acpi/
H A DMakefile.config88 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/linux/drivers/firmware/efi/libstub/
H A DMakefile154 $(STRIP) --strip-debug -o $@ $<; \
/linux/
H A DMakefile494 STRIP = $(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX) macro
503 STRIP = $(CROSS_COMPILE)strip macro
606 export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL
H A DCREDITS708 D: Author of Starmode Radio IP (STRIP) driver
/linux/Documentation/kbuild/
H A Dllvm.rst45 make CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip \
/linux/tools/perf/
H A DMakefile.perf205 STRIP = strip
717 $(STRIP) $(STRIP_OPTS) $(PROGRAMS) $(OUTPUT)perf
/linux/arch/powerpc/boot/
H A DMakefile411 $(STRIP) -s -R .comment $< -o $@