/linux/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/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/drivers/base/firmware_loader/builtin/ |
A D | Makefile | 6 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR)) 9 firmware := $(addsuffix .gen.o, $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE))) 13 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
|
/linux/tools/testing/selftests/powerpc/copyloops/ |
A D | Makefile | 26 -D SELFTEST_CASE=$(subst copyuser_64_t,,$(notdir $@)) \ 32 -D SELFTEST_CASE=$(subst copyuser_p7_t,,$(notdir $@)) \ 39 -D SELFTEST_CASE=$(subst memcpy_64_t,,$(notdir $@)) \ 45 -D SELFTEST_CASE=$(subst memcpy_p7_t,,$(notdir $@)) \ 57 -D SELFTEST_CASE=$(subst copyuser_64_exc_t,,$(notdir $@)) \
|
/linux/tools/perf/ |
A D | Makefile.config | 1175 DESTDIR_SQ = $(subst ','\'',$(DESTDIR)) 1176 bindir_SQ = $(subst ','\'',$(bindir)) 1177 includedir_SQ = $(subst ','\'',$(includedir)) 1178 mandir_SQ = $(subst ','\'',$(mandir)) 1179 infodir_SQ = $(subst ','\'',$(infodir)) 1184 htmldir_SQ = $(subst ','\'',$(htmldir)) 1185 tipdir_SQ = $(subst ','\'',$(tipdir)) 1186 prefix_SQ = $(subst ','\'',$(prefix)) 1188 libdir_SQ = $(subst ','\'',$(libdir)) 1189 srcdir_SQ = $(subst ','\'',$(srcdir)) [all …]
|
/linux/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/scripts/ |
A D | Kbuild.include | 21 depfile = $(subst $(comma),_,$(dot-target).d) 33 escsq = $(subst $(squote),'\$(squote)',$1) 113 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \ 114 $(subst $(space),$(space_escape),$(strip $(cmd_$1)))) 125 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1))))) 233 $(1)_FILENAME := $$(subst \\,\,$$(subst \$$(quote),$$(quote),$$(subst $$(space_escape),\$$(space),$…
|
A D | Makefile.lib | 116 modname = $(subst $(space),:,$(__modname)) 125 name-fix-token = $(subst $(comma),_,$(subst -,_,$1)) 375 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
|
/linux/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/drivers/firmware/efi/libstub/ |
A D | Makefile | 21 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/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/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/tools/testing/selftests/wireguard/qemu/ |
A D | Makefile | 8 HOST_ARCH := $(firstword $(subst -, ,$(CHOST))) 10 CBUILD := $(subst -gcc,,$(lastword $(subst /, ,$(firstword $(wildcard $(foreach bindir,$(subst :, ,… 16 ARCH := $(firstword $(subst -, ,$(CBUILD))) 54 rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d)) 126 ifeq ($(subst x86_64,i686,$(HOST_ARCH)),$(ARCH))
|
/linux/tools/lib/traceevent/ |
A D | Makefile | 51 man_dir_SQ = '$(subst ','\'',$(man_dir))' 56 includedir_SQ = '$(subst ','\'',$(includedir))' 84 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
|
/linux/drivers/mmc/ |
A D | Makefile | 7 obj-$(subst m,y,$(CONFIG_MMC)) += host/
|
/linux/drivers/acpi/ |
A D | Makefile | 12 tables.o: $(src)/../../include/$(subst $\",,$(CONFIG_ACPI_CUSTOM_DSDT_FILE)) ;
|
/linux/net/netlabel/ |
A D | Makefile | 16 obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o
|
/linux/arch/arm64/ |
A D | Kbuild | 5 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
|
/linux/net/8021q/ |
A D | Makefile | 5 obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
|
/linux/drivers/staging/wfx/ |
A D | Makefile | 23 wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o
|
/linux/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))
|
/linux/drivers/hv/ |
A D | Makefile | 16 obj-$(subst m,y,$(CONFIG_HYPERV)) += hv_common.o
|
/linux/arch/x86/ |
A D | Kbuild | 14 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
|
/linux/drivers/s390/crypto/ |
A D | Makefile | 7 obj-$(subst m,y,$(CONFIG_ZCRYPT)) += ap.o
|
/linux/arch/mips/ |
A D | Makefile | 297 load-ld = $(subst 0xffffffff,0x,$(load-y)) 508 $(subst 32r,MIPS32 r,$(subst 64r,MIPS64 r,$(subst el, little endian,$(patsubst %_defconfig,%,$(1)))…
|