Searched refs:DROP_SECTIONS (Results 1 - 2 of 2) sorted by relevance

/openwrt/target/linux/au1000/image/
H A DMakefile30 DROP_SECTIONS := .reginfo .mdebug .comment .note .pdr .options .MIPS.options macro
31 OBJCOPY_SREC := $(TARGET_CROSS)objcopy -S -O srec $(addprefix --remove-section=,$(DROP_SECTIONS))
32 OBJCOPY_BIN := $(TARGET_CROSS)objcopy -S -O binary $(addprefix --remove-section=,$(DROP_SECTIONS))
/openwrt/target/linux/ar7/image/
H A DMakefile10 DROP_SECTIONS:=.reginfo .mdebug .comment .note .pdr .options .MIPS.options macro
11 OBJCOPY_SREC:=$(TARGET_CROSS)objcopy -S -O srec $(addprefix --remove-section=,$(DROP_SECTIONS))

Completed in 61 milliseconds