代码搜索结果
找到约 2,917 项符合
Strip 的代码
.idedriver-raid.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += idedriver-raid.o
endif
.idedriver-arm.o.flags
ifeq (ide-ep93xx.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += idedriver-arm.o
endif
.idedriver-pci.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += idedriver-pci.o
endif
.idedriver-legacy.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += idedriver-legacy.o
endif
.idedriver-ppc.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += idedriver-ppc.o
endif
.js.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += js.o
endif
.wireless_net.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += wireless_net.o
endif
makefile
ARCH=arm
CROSSCOMPILE=/home/Kendin/tools/bin/arm-linux-
CC=${CROSSCOMPILE}gcc
LD=${CROSSCOMPILE}ld
AR=${CROSSCOMPILE}ar
AS=${CROSSCOMPILE}as
STRIP=${CROSSCOMPILE}strip
RANLIB=${CROSSCOMPILE}ranlib
LD_
.nandlink.o.flags
ifeq (nand_ecc.o smc_core.o bon.o bon.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += nandlink.o
endif
.mapslink.o.flags
ifeq (s3c2410_flash.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += mapslink.o
endif