Home
last modified time | relevance | path

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

123

/linux-5.19.10/net/l2tp/
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-5.19.10/tools/power/acpi/
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-5.19.10/drivers/base/firmware_loader/builtin/
DMakefile13 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
/linux-5.19.10/tools/testing/selftests/powerpc/copyloops/
DMakefile27 -D SELFTEST_CASE=$(subst copyuser_64_t,,$(notdir $@)) \
33 -D SELFTEST_CASE=$(subst copyuser_p7_t,,$(notdir $@)) \
40 -D SELFTEST_CASE=$(subst memcpy_64_t,,$(notdir $@)) \
46 -D SELFTEST_CASE=$(subst memcpy_p7_t,,$(notdir $@)) \
58 -D SELFTEST_CASE=$(subst copyuser_64_exc_t,,$(notdir $@)) \
/linux-5.19.10/tools/perf/util/
Dstrlist.c115 char *subst = NULL; in strlist__parse_list_entry() local
122 if (asprintf(&subst, "%s/%s", subst_dir, s) < 0) in strlist__parse_list_entry()
125 if (access(subst, F_OK) == 0) { in strlist__parse_list_entry()
126 err = strlist__load(slist, subst); in strlist__parse_list_entry()
138 free(subst); in strlist__parse_list_entry()
/linux-5.19.10/tools/perf/
DMakefile.config268 override PYTHON := $(call get-executable-or-default,PYTHON,$(subst -config,,$(PYTHON_CONFIG)))
1162 LIBTRACEEVENT_VERSION_1 := $(word 1, $(subst ., ,$(LIBTRACEEVENT_VERSION)))
1163 LIBTRACEEVENT_VERSION_2 := $(word 2, $(subst ., ,$(LIBTRACEEVENT_VERSION)))
1164 LIBTRACEEVENT_VERSION_3 := $(word 3, $(subst ., ,$(LIBTRACEEVENT_VERSION)))
1177 LIBTRACEFS_VERSION_1 := $(word 1, $(subst ., ,$(LIBTRACEFS_VERSION)))
1178 LIBTRACEFS_VERSION_2 := $(word 2, $(subst ., ,$(LIBTRACEFS_VERSION)))
1179 LIBTRACEFS_VERSION_3 := $(word 3, $(subst ., ,$(LIBTRACEFS_VERSION)))
1237 ETC_PERFCONFIG_SQ = $(subst ','\'',$(ETC_PERFCONFIG))
1238 STRACE_GROUPS_DIR_SQ = $(subst ','\'',$(STRACE_GROUPS_DIR))
1239 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
[all …]
/linux-5.19.10/net/bridge/
DMakefile15 bridge-$(subst m,y,$(CONFIG_BRIDGE_NETFILTER)) += br_nf_core.o
18 br_netfilter-$(subst m,y,$(CONFIG_IPV6)) += br_netfilter_ipv6.o
/linux-5.19.10/drivers/firmware/efi/libstub/
DMakefile21 cflags-$(CONFIG_ARM64) := $(subst $(CC_FLAGS_FTRACE),,$(KBUILD_CFLAGS)) \
24 cflags-$(CONFIG_ARM) := $(subst $(CC_FLAGS_FTRACE),,$(KBUILD_CFLAGS)) \
27 cflags-$(CONFIG_RISCV) := $(subst $(CC_FLAGS_FTRACE),,$(KBUILD_CFLAGS)) \
/linux-5.19.10/scripts/
DKbuild.include25 depfile = $(subst $(comma),_,$(dot-target).d)
37 escsq = $(subst $(squote),'\$(squote)',$1)
117 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \
118 $(subst $(space),$(space_escape),$(strip $(cmd_$1))))
129 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
DMakefile.lib111 modname = $(subst $(space),:,$(__modname))
120 name-fix-token = $(subst $(comma),_,$(subst -,_,$1))
389 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
/linux-5.19.10/tools/build/
DBuild.include28 depfile = $(subst $(comma),_,$(dot-target).d)
37 escsq = $(subst $(squote),'\$(squote)',$1)
51 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
/linux-5.19.10/tools/lib/bpf/
DMakefile11 LIBBPF_MAJOR_VERSION := $(word 1,$(subst ., ,$(LIBBPF_VERSION)))
12 LIBBPF_MINOR_VERSION := $(word 2,$(subst ., ,$(LIBBPF_VERSION)))
47 man_dir_SQ = '$(subst ','\'',$(man_dir))'
70 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/linux-5.19.10/tools/lib/traceevent/
DMakefile51 man_dir_SQ = '$(subst ','\'',$(man_dir))'
56 includedir_SQ = '$(subst ','\'',$(includedir))'
84 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/linux-5.19.10/drivers/mmc/
DMakefile7 obj-$(subst m,y,$(CONFIG_MMC)) += host/
/linux-5.19.10/net/netlabel/
DMakefile16 obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o
/linux-5.19.10/arch/arm64/
DKbuild5 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
/linux-5.19.10/net/8021q/
DMakefile5 obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
/linux-5.19.10/drivers/net/wireless/silabs/wfx/
DMakefile23 wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o
/linux-5.19.10/drivers/hv/
DMakefile16 obj-$(subst m,y,$(CONFIG_HYPERV)) += hv_common.o
/linux-5.19.10/drivers/s390/crypto/
DMakefile7 obj-$(subst m,y,$(CONFIG_ZCRYPT)) += ap.o
/linux-5.19.10/arch/x86/
DKbuild16 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
/linux-5.19.10/net/dccp/
DMakefile20 obj-$(subst y,$(CONFIG_IP_DCCP),$(CONFIG_IPV6)) += dccp_ipv6.o
/linux-5.19.10/net/sctp/
DMakefile24 sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o
/linux-5.19.10/tools/scripts/
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-5.19.10/drivers/video/logo/
DMakefile25 cmd_logo = $(obj)/pnmtologo -t $(lastword $(subst _, ,$*)) -n $* -o $@ $<

123