Searched refs:subst (Results 1 - 25 of 50) sorted by last modified time

12

/linux-master/
H A DMakefile200 ifneq ($(words $(subst :, ,$(abs_srctree))), 1)
661 CC_VERSION_TEXT = $(subst $(pound),,$(shell LC_ALL=C $(CC) --version 2>/dev/null | head -n 1))
1651 printf " %-27s - Build for %s\\n" $(b) $(subst _defconfig,,$(b));) \
1693 printf " %-24s - Build for %s\\n" $*/$(b) $(subst _defconfig,,$(b));) \
/linux-master/rust/
H A DMakefile80 --crate-name $(subst rustdoc-,,$@) \
146 --crate-name $(subst rusttest-,,$(subst rusttestlib-,,$@)) $<
170 --crate-name $(subst rusttest-,,$@) $<
203 --crate-name $(subst rusttest-,,$@) $<; \
204 $(objtree)/$(obj)/test/$(subst rusttest-,,$@) $(rust_test_quiet) \
/linux-master/tools/lib/bpf/
H A DMakefile11 LIBBPF_MAJOR_VERSION := $(word 1,$(subst ., ,$(LIBBPF_VERSION)))
12 LIBBPF_MINOR_VERSION := $(word 2,$(subst ., ,$(LIBBPF_VERSION)))
34 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
47 man_dir_SQ = '$(subst ','\'',$(man_dir))'
69 libdir_SQ = $(subst ','\'',$(libdir))
70 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/linux-master/scripts/package/debian/
H A Drules24 revision = $(lastword $(subst -, ,$(shell dpkg-parsechangelog -S Version)))
/linux-master/scripts/
H A DMakefile.lib120 modname = $(subst $(space),:,$(__modname))
129 name-fix-token = $(subst $(comma),_,$(subst -,_,$1))
381 symbase=__$(patsubst .%,%,$(suffix $<))_$(subst -,_,$(notdir $*)); \
432 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
H A DMakefile.vdsoinst16 src := $$(firstword $$(subst :,$(space),$(1)))
17 dest := $(install-dir)/$$(or $$(word 2,$$(subst :,$(space),$(1))),$$(patsubst %.dbg,%,$$(notdir $(1))))
/linux-master/arch/riscv/kernel/pi/
H A DMakefile4 KBUILD_CFLAGS := $(subst $(CC_FLAGS_FTRACE),,$(KBUILD_CFLAGS)) -fpie \
/linux-master/arch/powerpc/
H A DMakefile54 UTS_MACHINE := $(subst $(space),,$(machine-y))
378 printf " %-27s - Build for %s\\n" $(cfg) $(subst _defconfig,,$(cfg));)
/linux-master/arch/mips/
H A DMakefile320 load-ld = $(subst 0xffffffff,0x,$(load-y))
525 $(subst 32r,MIPS32 r,$(subst 64r,MIPS64 r,$(subst el, little endian,$(patsubst %_defconfig,%,$(1)))))
/linux-master/tools/perf/
H A DMakefile.perf760 __build-dir = $(subst $(OUTPUT),,$(dir $@))
H A DMakefile.config278 override PYTHON := $(call get-executable-or-default,PYTHON,$(subst -config,,$(PYTHON_CONFIG)))
1171 LIBTRACEEVENT_VERSION_1 := $(word 1, $(subst ., ,$(LIBTRACEEVENT_VERSION)))
1172 LIBTRACEEVENT_VERSION_2 := $(word 2, $(subst ., ,$(LIBTRACEEVENT_VERSION)))
1173 LIBTRACEEVENT_VERSION_3 := $(word 3, $(subst ., ,$(LIBTRACEEVENT_VERSION)))
1185 LIBTRACEFS_VERSION_1 := $(word 1, $(subst ., ,$(LIBTRACEFS_VERSION)))
1186 LIBTRACEFS_VERSION_2 := $(word 2, $(subst ., ,$(LIBTRACEFS_VERSION)))
1187 LIBTRACEFS_VERSION_3 := $(word 3, $(subst ., ,$(LIBTRACEFS_VERSION)))
1244 ETC_PERFCONFIG_SQ = $(subst ','\'',$(ETC_PERFCONFIG))
1245 STRACE_GROUPS_DIR_SQ = $(subst ','\'',$(STRACE_GROUPS_DIR))
1246 DESTDIR_SQ = $(subst ','\'',
[all...]
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile36 KBUILD_CFLAGS := $(subst $(CC_FLAGS_FTRACE),,$(cflags-y)) \
/linux-master/drivers/
H A DMakefile166 obj-$(subst m,y,$(CONFIG_HYPERV)) += hv/
/linux-master/arch/arm64/kernel/pi/
H A DMakefile4 KBUILD_CFLAGS := $(subst $(CC_FLAGS_FTRACE),,$(KBUILD_CFLAGS)) -fpie \
/linux-master/net/netfilter/
H A DMakefile9 nf_conntrack-$(subst m,y,$(CONFIG_IPV6)) += nf_conntrack_proto_icmpv6.o
/linux-master/Documentation/
H A DMakefile159 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \
/linux-master/tools/build/
H A DMakefile.build148 objprefix := $(subst ./,,$(OUTPUT)$(dir)/)
/linux-master/net/ipv6/
H A DMakefile50 obj-$(subst m,y,$(CONFIG_IPV6)) += inet6_hashtables.o
/linux-master/tools/scripts/
H A Dutilities.mak32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
86 escape-for-shell-sq = $(subst ','\'',$(1))
/linux-master/tools/bpf/bpftool/
H A DMakefile181 HOST_CFLAGS = $(subst -I$(LIBBPF_INCLUDE),-I$(LIBBPF_BOOTSTRAP_INCLUDE),\
182 $(subst $(CLANG_CROSS_FLAGS),,$(CFLAGS)))
/linux-master/drivers/s390/crypto/
H A DMakefile7 obj-$(subst m,y,$(CONFIG_ZCRYPT)) += ap.o
/linux-master/usr/
H A DMakefile38 ifeq ($(words $(subst .cpio.,$(space),$(ramfs-input))),2)
/linux-master/tools/perf/Documentation/
H A DMakefile135 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
/linux-master/arch/powerpc/boot/
H A DMakefile399 $(call if_changed,wrap,$(subst $(obj)/zImage.,,$@))
/linux-master/tools/lib/perf/
H A DMakefile24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
39 libdir_SQ = $(subst ','\'',$(libdir))
40 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))

Completed in 250 milliseconds

12