Home
last modified time | relevance | path

Searched defs:cmd_strip (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/arch/loongarch/boot/
A DMakefile12 cmd_strip = $(STRIP) -s -o $@ $< macro
/linux-6.3-rc2/arch/microblaze/boot/
A DMakefile20 cmd_strip = $(STRIP) -K microblaze_start -K _end -K __log_buf \ macro
/linux-6.3-rc2/arch/sparc/boot/
A DMakefile19 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@ macro
/linux-6.3-rc2/arch/alpha/boot/
A DMakefile70 cmd_strip = $(STRIP) -o $@ $< macro
/linux-6.3-rc2/arch/mips/boot/compressed/
A DMakefile112 cmd_strip = $(STRIP) -s $@ macro

Completed in 5 milliseconds