Home
last modified time | relevance | path

Searched refs:STRIPCMD (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/power/acpi/
H A DMakefile.config84 STRIPCMD = /bin/true -Since_we_are_debugging
87 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
H A DMakefile.rules14 $(QUIET) $(STRIPCMD) $@
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/pcmciautils/pcmciautils/
H A Dmakefile_fix.patch28 - STRIPCMD = /bin/true -Since_we_are_debugging
29 + STRIPCMD = true -Since_we_are_debugging
32 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
H A Dmakefile_race.patch21 $(QUIET) $(STRIPCMD) $@
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/
H A Dcpufrequtils_008.bb25 EXTRA_OEMAKE = "V=1 CROSS=${TARGET_PREFIX} STRIPCMD=echo 'CP=cp'"
/OK3568_Linux_fs/buildroot/package/
H A DMakefile.in230 STRIPCMD = $(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note
233 STRIPCMD = $(TARGET_STRIP)
/OK3568_Linux_fs/buildroot/package/libcamera/
H A Dlibcamera.mk131 $(LIBCAMERA_STRIP_FIND_CMD) | xargs --no-run-if-empty -0 $(STRIPCMD)
/OK3568_Linux_fs/buildroot/
H A DMakefile803 $(STRIP_FIND_CMD) | xargs -0 $(STRIPCMD) 2>/dev/null || true
804 $(STRIP_FIND_SPECIAL_LIBS_CMD) | xargs -0 -r $(STRIPCMD) $(STRIP_STRIP_DEBUG) 2>/dev/null || true