代码搜索结果
找到约 2,917 项符合
Strip 的代码
.math-emu.o.flags
ifeq (nwfpe.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += math-emu.o
endif
.ep93xx.o.flags
ifeq (--no-warn-mismatch arch.o irq.o mm.o time.o ssp.o dma_ep93xx.o pcmcia_io.o crunch.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += ep93xx.o
endif
makefile
#
# This dir holds all of the images for PPC machines.
# Tom Rini January 2001
include $(TOPDIR)/Rules.make
vmlinux.gz: $(TOPDIR)/vmlinux
$(OBJCOPY) --strip-all -S -O binary $(TOPDIR)/vmlinux vmlin
.nandlink.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += nandlink.o
endif
.chipslink.o.flags
ifeq (chipreg.o cfi_probe.o cfi_cmdset_0001.o gen_probe.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += chipslink.o
endif
.devlink.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += devlink.o
endif
.mapslink.o.flags
ifeq (edb9315.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += mapslink.o
endif
.radio.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += radio.o
endif
.video.o.flags
ifeq (,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += video.o
endif
.storage.o.flags
ifeq (usb-storage.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += storage.o
endif