Home
last modified time | relevance | path

Searched refs:STRIP (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-6.6/arch/loongarch/boot/
H A DMakefile11 quiet_cmd_strip = STRIP $@
12 cmd_strip = $(STRIP) -s -o $@ $<
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/
H A DMakefile64 STRIP := strip macro
69 STRIP := $(CBUILD)-strip macro
273 $(STRIP) -s $@
294 $(STRIP) -s $@
303 $(STRIP) -s $@
308 $(STRIP) -s $@
318 $(STRIP) -s $@
328 $(STRIP) -s $@
339 $(STRIP) -s $@
343 $(STRIP)
[all...]
/kernel/linux/linux-5.10/arch/microblaze/boot/
H A DMakefile19 quiet_cmd_strip = STRIP $< $@$2
20 cmd_strip = $(STRIP) -K microblaze_start -K _end -K __log_buf \
/kernel/linux/linux-6.6/arch/microblaze/boot/
H A DMakefile19 quiet_cmd_strip = STRIP $< $@$2
20 cmd_strip = $(STRIP) -K microblaze_start -K _end -K __log_buf \
/kernel/linux/linux-6.6/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)
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dobjdiff67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
78 STRIP="${CROSS_COMPILE}strip"
/kernel/linux/linux-6.6/scripts/
H A Dobjdiff67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
78 STRIP="${CROSS_COMPILE}strip"
/kernel/linux/linux-5.10/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 $@
/kernel/linux/linux-6.6/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 $@
/kernel/linux/linux-5.10/tools/power/cpupower/
H A DMakefile92 STRIP = $(CROSS)strip macro
111 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
187 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/kernel/linux/linux-6.6/tools/power/cpupower/
H A DMakefile92 STRIP = $(CROSS)strip macro
111 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
191 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/
H A DMakefile89 quiet_cmd_strip = STRIP $@
90 cmd_strip = $(STRIP) -s $@
/kernel/liteos_a/apps/toybox/
H A DMakefile47 env CC="$(CC)" OUTNAME="$(OUT)/bin/toybox" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" STRIP="$(STRIP)" \
/kernel/linux/linux-5.10/arch/alpha/boot/
H A DMakefile69 quiet_cmd_strip = STRIP $@
70 cmd_strip = $(STRIP) -o $@ $<
/kernel/linux/linux-5.10/arch/mips/boot/compressed/
H A DMakefile108 quiet_cmd_strip = STRIP $@
109 cmd_strip = $(STRIP) -s $@
/kernel/linux/linux-6.6/arch/alpha/boot/
H A DMakefile69 quiet_cmd_strip = STRIP $@
70 cmd_strip = $(STRIP) -o $@ $<
/kernel/liteos_a/apps/mksh/
H A DMakefile50 $(HIDE)$(STRIP) $(BUILD_DIR)/mksh -o $(OUT)/bin/mksh
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
H A DMakefile111 quiet_cmd_strip = STRIP $@
112 cmd_strip = $(STRIP) -s $@
/kernel/linux/linux-6.6/tools/tracing/rtla/
H A DMakefile20 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
124 $(STRIP) $(DESTDIR)$(BINDIR)/rtla
/kernel/linux/linux-6.6/tools/verification/rv/
H A DMakefile20 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
121 $(STRIP) $(DESTDIR)$(BINDIR)/rv
/kernel/liteos_a/tools/build/mk/
H A Dlos_config.mk63 STRIP = $(LITEOS_COMPILER_PATH)$(CROSS_COMPILE)strip macro
76 STRIP = $(LITEOS_COMPILER_PATH)$(CROSS_COMPILE)strip macro
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A DMakefile159 $(STRIP) --strip-debug -o $@ $<; \
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A DMakefile165 $(STRIP) --strip-debug -o $@ $<; \
/kernel/linux/linux-5.10/
H A DMakefile445 STRIP = llvm-strip macro
454 STRIP = $(CROSS_COMPILE)strip macro
521 export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL
1087 mod_strip_cmd = $(STRIP) --strip-debug
1089 mod_strip_cmd = $(STRIP) $(INSTALL_MOD_STRIP)
/kernel/liteos_a/
H A DMakefile180 $(HIDE)shopt -s nullglob && $(STRIP) $(ROOTFS_DIR)/bin/* $(ROOTFS_DIR)/lib/*

Completed in 11 milliseconds

12