/linux-6.3-rc2/net/l2tp/ |
A D | Makefile | 11 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-6.3-rc2/tools/power/acpi/ |
A D | Makefile.rules | 11 $(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-6.3-rc2/drivers/base/firmware_loader/builtin/ |
A D | Makefile | 13 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/copyloops/ |
A D | Makefile | 27 -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-6.3-rc2/tools/perf/util/ |
A D | strlist.c | 115 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-6.3-rc2/tools/perf/ |
A D | Makefile.config | 1280 DESTDIR_SQ = $(subst ','\'',$(DESTDIR)) 1281 bindir_SQ = $(subst ','\'',$(bindir)) 1282 includedir_SQ = $(subst ','\'',$(includedir)) 1283 mandir_SQ = $(subst ','\'',$(mandir)) 1284 infodir_SQ = $(subst ','\'',$(infodir)) 1289 htmldir_SQ = $(subst ','\'',$(htmldir)) 1290 tipdir_SQ = $(subst ','\'',$(tipdir)) 1291 prefix_SQ = $(subst ','\'',$(prefix)) 1292 sysconfdir_SQ = $(subst ','\'',$(sysconfdir)) 1293 libdir_SQ = $(subst ','\'',$(libdir)) [all …]
|
/linux-6.3-rc2/net/bridge/ |
A D | Makefile | 15 bridge-$(subst m,y,$(CONFIG_BRIDGE_NETFILTER)) += br_nf_core.o 18 br_netfilter-$(subst m,y,$(CONFIG_IPV6)) += br_netfilter_ipv6.o
|
/linux-6.3-rc2/tools/build/ |
A D | Build.include | 28 depfile = $(subst $(comma),_,$(dot-target).d) 37 escsq = $(subst $(squote),'\$(squote)',$1) 51 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
|
/linux-6.3-rc2/scripts/ |
A D | Kbuild.include | 45 depfile = $(subst $(comma),_,$(dot-target).d) 57 escsq = $(subst $(squote),'\$(squote)',$1) 73 read-file = $(subst $(newline),$(space),$(file < $1)) 176 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(savedcmd_$@))), \ 177 $(subst $(space),$(space_escape),$(strip $(cmd_$1)))) 189 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
|
A D | Makefile.lib | 114 modname = $(subst $(space),:,$(__modname)) 123 name-fix-token = $(subst $(comma),_,$(subst -,_,$1)) 373 symbase=__$(patsubst .%,%,$(suffix $<))_$(subst -,_,$(notdir $*)); \ 427 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
|
A D | Makefile.package | 6 KERNELPATH := kernel-$(subst -,_,$(KERNELRELEASE)) 152 tar-pkg-phony = $(subst .,,$(1))-pkg 177 perf-tar-src-pkg-phony = perf-$(subst .,,$(1))-src-pkg
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | Makefile | 11 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-6.3-rc2/drivers/mmc/ |
A D | Makefile | 7 obj-$(subst m,y,$(CONFIG_MMC)) += host/
|
/linux-6.3-rc2/rust/ |
A D | Makefile | 66 --crate-name $(subst rustdoc-,,$@) \ 131 --crate-name $(subst rusttest-,,$(subst rusttestlib-,,$@)) $< 152 --crate-name $(subst rusttest-,,$@) $< 164 --crate-name $(subst rusttest-,,$@) $<; \ 165 $(objtree)/$(obj)/test/$(subst rusttest-,,$@) $(rust_test_quiet) \
|
/linux-6.3-rc2/tools/perf/tests/shell/coresight/ |
A D | Makefile.miniconfig | 8 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
|
/linux-6.3-rc2/net/netlabel/ |
A D | Makefile | 16 obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o
|
/linux-6.3-rc2/arch/arm64/ |
A D | Kbuild | 5 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
|
/linux-6.3-rc2/net/8021q/ |
A D | Makefile | 5 obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
|
/linux-6.3-rc2/drivers/net/wireless/silabs/wfx/ |
A D | Makefile | 23 wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o
|
/linux-6.3-rc2/drivers/hv/ |
A D | Makefile | 16 obj-$(subst m,y,$(CONFIG_HYPERV)) += hv_common.o
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | Makefile | 7 obj-$(subst m,y,$(CONFIG_ZCRYPT)) += ap.o
|
/linux-6.3-rc2/arch/x86/ |
A D | Kbuild | 16 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
|
/linux-6.3-rc2/net/dccp/ |
A D | Makefile | 20 obj-$(subst y,$(CONFIG_IP_DCCP),$(CONFIG_IPV6)) += dccp_ipv6.o
|
/linux-6.3-rc2/net/sctp/ |
A D | Makefile | 24 sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o
|
/linux-6.3-rc2/tools/scripts/ |
A D | utilities.mak | 32 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))
|