| /linux-6.15/arch/loongarch/boot/ |
| H A D | Makefile | 11 quiet_cmd_strip = STRIP $@ 12 cmd_strip = $(STRIP) -s -o $@ $<
|
| /linux-6.15/arch/microblaze/boot/ |
| H A D | Makefile | 19 quiet_cmd_strip = STRIP $< $@$2 20 cmd_strip = $(STRIP) -K microblaze_start -K _end -K __log_buf \
|
| /linux-6.15/tools/testing/selftests/wireguard/qemu/ |
| H A D | Makefile | 267 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-6.15/tools/verification/rv/ |
| H A D | Makefile.rv | 12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip) 16 export CC AR STRIP PKG_CONFIG LD_SO_CONF_PATH LDCONFIG
|
| /linux-6.15/scripts/ |
| H A D | objdiff | 67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped 78 STRIP="${CROSS_COMPILE}strip"
|
| H A D | Makefile.modinst | 88 quiet_cmd_strip = STRIP $@ 89 cmd_strip = $(STRIP) $(strip-option) $@
|
| /linux-6.15/tools/tracing/rtla/ |
| H A D | Makefile.rtla | 12 $(call allow-override,STRIP,$(CROSS_COMPILE)strip) 16 export CC AR STRIP PKG_CONFIG LD_SO_CONF_PATH LDCONFIG
|
| /linux-6.15/tools/power/cpupower/ |
| H A D | Makefile | 97 STRIP = $(CROSS)strip macro 103 STRIP ?= $(CROSS)strip macro 114 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
|
| /linux-6.15/arch/sparc/boot/ |
| H A D | Makefile | 18 quiet_cmd_strip = STRIP $@ 19 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@
|
| /linux-6.15/tools/tracing/latency/ |
| H A D | Makefile | 74 STRIP := strip macro 80 @$(STRIP) $(DESTDIR)$(BINDIR)/latency-collector
|
| /linux-6.15/arch/alpha/boot/ |
| H A D | Makefile | 69 quiet_cmd_strip = STRIP $@ 70 cmd_strip = $(STRIP) -o $@ $<
|
| /linux-6.15/tools/scripts/ |
| H A D | Makefile.include | 65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX)) 72 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
|
| /linux-6.15/arch/mips/boot/compressed/ |
| H A D | Makefile | 105 quiet_cmd_strip = STRIP $@ 106 cmd_strip = $(STRIP) -s $@
|
| /linux-6.15/tools/power/acpi/ |
| H A D | Makefile.config | 88 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
|
| /linux-6.15/drivers/firmware/efi/libstub/ |
| H A D | Makefile | 168 $(STRIP) --strip-debug -o $@ $<; \
|
| /linux-6.15/Documentation/translations/zh_CN/kbuild/ |
| H A D | llvm.rst | 46 make CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip \
|
| /linux-6.15/ |
| H A D | Makefile | 508 STRIP = $(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX) macro 517 STRIP = $(CROSS_COMPILE)strip macro 618 export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL
|
| H A D | CREDITS | 734 D: Author of Starmode Radio IP (STRIP) driver
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | llvm.rst | 45 make CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip \
|
| /linux-6.15/tools/perf/ |
| H A D | Makefile.perf | 220 STRIP = strip 763 $(STRIP) $(STRIP_OPTS) $(PROGRAMS) $(OUTPUT)perf
|
| /linux-6.15/arch/powerpc/boot/ |
| H A D | Makefile | 397 $(STRIP) -s -R .comment $< -o $@
|