Home
last modified time | relevance | path

Searched refs:subst (Results 1 – 25 of 46) sorted by relevance

12

/linux/net/l2tp/
H A DMakefile11 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_PPPOL2TP)) += l2tp_ppp.o
12 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_IP)) += l2tp_ip.o
13 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_V3)) += l2tp_netlink.o
14 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_ETH)) += l2tp_eth.o
15 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_DEBUGFS)) += l2tp_debugfs.o
17 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_IP)) += l2tp_ip6.o
/linux/tools/power/acpi/
H A DMakefile.rules11 $(ECHO) " LD " $(subst $(OUTPUT),,$@)
13 $(ECHO) " STRIP " $(subst $(OUTPUT),,$@)
17 $(ECHO) " MKDIR " $(subst $(OUTPUT),,$@)
19 $(ECHO) " CP " $(subst $(OUTPUT),,$@)
23 $(ECHO) " CC " $(subst $(OUTPUT),,$@)
29 $(ECHO) " RMOBJ " $(subst $(OUTPUT),,$(objdir))
35 $(ECHO) " RMINC " $(subst $(OUTPUT),,$(KERNEL_INCLUDE))
/linux/tools/testing/selftests/powerpc/copyloops/
H A DMakefile28 -D SELFTEST_CASE=$(subst copyuser_64_t,,$(notdir $@)) \
46 -D SELFTEST_CASE=$(subst memcpy_64_t,,$(notdir $@)) \
52 -D SELFTEST_CASE=$(subst memcpy_p7_t,,$(notdir $@)) \
64 -D SELFTEST_CASE=$(subst copyuser_64_exc_t,,$(notdir $@)) \
/linux/tools/perf/
H A DMakefile.config173 LIBDW_VERSION_1 := $(word 1, $(subst ., ,$(LIBDW_VERSION)))
174 LIBDW_VERSION_2 := $(word 2, $(subst ., ,$(LIBDW_VERSION)))
298 override PYTHON := $(call get-executable-or-default,PYTHON,$(subst -config,,$(PYTHON_CONFIG)))
319 PYTHON_EMBED_LDOPTS := $(subst $(PYTHON_NATIVE),$(shell $(CC) -dumpmachine),$(PYTHON_EMBED_LDOPTS))
851 PYTHON_EXTENSION_SUFFIX := $(subst $(PYTHON_NATIVE),$(shell $(CC) -dumpmachine),$(PYTHON_EXTENSION_SUFFIX))
1120 LIBTRACEEVENT_VERSION_1 := $(word 1, $(subst ., ,$(LIBTRACEEVENT_VERSION)))
1121 LIBTRACEEVENT_VERSION_2 := $(word 2, $(subst ., ,$(LIBTRACEEVENT_VERSION)))
1122 LIBTRACEEVENT_VERSION_3 := $(word 3, $(subst ., ,$(LIBTRACEEVENT_VERSION)))
1212 ETC_PERFCONFIG_SQ = $(subst ','\'',$(ETC_PERFCONFIG))
1213 STRACE_GROUPS_DIR_SQ = $(subst ','\'',
[all...]
/linux/tools/perf/util/
H A Dstrlist.c109 char *subst = NULL; in strlist__parse_list_entry() local
116 if (asprintf(&subst, "%s/%s", subst_dir, s) < 0) in strlist__parse_list_entry()
119 if (access(subst, F_OK) == 0) { in strlist__parse_list_entry()
120 err = strlist__load(slist, subst); in strlist__parse_list_entry()
132 free(subst); in strlist__parse_list_entry()
/linux/scripts/
H A DMakefile.asm-headers16 src := $(srctree)/$(subst /generated,,$(obj))
63 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \
69 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \
H A DKbuild.include45 depfile = $(subst $(comma),_,$(dot-target).d)
57 escsq = $(subst $(squote),'\$(squote)',$1)
72 read-file = $(subst $(newline),$(space),$(file < $1))
169 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(savedcmd_$@))), \
170 $(subst $(space),$(space_escape),$(strip $(cmd_$1))))
182 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
H A DMakefile.lib10 modname = $(subst $(space),:,$(__modname))
19 name-fix-token = $(subst $(comma),_,$(subst -,_,$1))
239 $(foreach elem,$(subst /, ,$1), \
244 $(subst $(space),/,$(elements)))
/linux/tools/lib/python/kdoc/
H A Dxforms_lists.py152 for search, subst in self.xforms[xforms_type]:
159 source = search.sub(subst, source)
/linux/tools/testing/selftests/exec/
H A DMakefile90 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
93 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-z,max-page-size=$(lastword $(subst ., ,$@)) \
/linux/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))'
71 libdir_SQ = $(subst ','\'',$(libdir))
72 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/linux/tools/build/
H A DBuild.include30 depfile = $(subst $(comma),_,$(dot-target).d)
39 escsq = $(subst $(squote),'\$(squote)',$1)
53 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
/linux/drivers/mmc/
H A DMakefile7 obj-$(subst m,y,$(CONFIG_MMC)) += host/
/linux/arch/loongarch/
H A DKbuild6 obj-$(subst m,y,$(CONFIG_KVM)) += kvm/
/linux/net/netlabel/
H A DMakefile16 obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o
/linux/tools/perf/tests/shell/coresight/
H A DMakefile.miniconfig
/linux/net/8021q/
H A DMakefile5 obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
/linux/drivers/net/wireless/silabs/wfx/
H A DMakefile23 wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o
/linux/net/dccp/
H A DMakefile
/linux/net/sctp/
H A DMakefile25 sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o
/linux/arch/x86/
H A DKbuild22 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
/linux/drivers/hv/
H A DMakefile24 obj-$(subst m,y,$(CONFIG_MSHV_ROOT)) += hv_proc.o
/linux/tools/bpf/bpftool/Documentation/
H A DMakefile24 see_also = $(subst " ",, \
/linux/rust/
H A DMakefile47 always-$(subst y,$(CONFIG_RUST),$(CONFIG_JUMP_LABEL)) += kernel/generated_arch_static_branch_asm.rs
49 always-$(subst y,$(CONFIG_RUST),$(CONFIG_BUG)) += kernel/generated_arch_warn_asm.rs kernel/generate…
180 --crate-name $(subst rustdoc-,,$@) \
/linux/usr/
H A DMakefile40 ifeq ($(words $(subst .cpio.,$(space),$(ramfs-input))),2)

12