Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/
DMakefile3 obj-$(subst m,y,$(CONFIG_PINCTRL_MERRIFIELD)) += platform_mrfld_pinctrl.o
5 obj-$(subst m,y,$(CONFIG_MMC_SDHCI_PCI)) += platform_mrfld_sd.o
7 obj-$(subst m,y,$(CONFIG_BRCMFMAC_SDIO)) += platform_bcm43xx.o
8 obj-$(subst m,y,$(CONFIG_BT_HCIUART_BCM)) += platform_bt.o
10 obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic.o
11 obj-$(subst m,y,$(CONFIG_SND_MFLD_MACHINE)) += platform_msic_audio.o
12 obj-$(subst m,y,$(CONFIG_GPIO_MSIC)) += platform_msic_gpio.o
13 obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic_ocd.o
14 obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic_battery.o
15 obj-$(subst m,y,$(CONFIG_INTEL_MID_POWER_BUTTON)) += platform_msic_power_btn.o
[all …]
/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/drivers/base/firmware_loader/builtin/
DMakefile5 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR))
8 obj-y := $(addsuffix .gen.o, $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE)))
12 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
/kernel/linux/linux-5.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),,$@)
28 $(ECHO) " RMOBJ " $(subst $(OUTPUT),,$(objdir))
34 $(ECHO) " RMINC " $(subst $(OUTPUT),,$(KERNEL_INCLUDE))
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/
DMakefile26 -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 $@)) \
/kernel/liteos_a/lib/libc/musl/
DMakefile20 LOCAL_SRCS := $(filter-out $(subst $(MUSLPORTINGDIR),$(MUSLDIR),$(LOCAL_SRCS)),$(addprefix $(MUSLDI…
25 LOCAL_FILTER_SRCS := $(addprefix $(MUSLPORTINGDIR)/src/string/,$(subst $(LOCAL_OPT_DIR)/,,$(LOCAL_O…
26 LOCAL_FILTER_SRCS += $(addprefix src/,$(subst $(LOCAL_OPT_DIR)/,,$(LOCAL_OPT_SRCS)))
27 LOCAL_FILTER_SRCS := $(subst .S,.c, $(LOCAL_FILTER_SRCS))
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/tools/perf/
DMakefile.config1113 ETC_PERFCONFIG_SQ = $(subst ','\'',$(ETC_PERFCONFIG))
1114 STRACE_GROUPS_DIR_SQ = $(subst ','\'',$(STRACE_GROUPS_DIR))
1115 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
1116 bindir_SQ = $(subst ','\'',$(bindir))
1117 mandir_SQ = $(subst ','\'',$(mandir))
1118 infodir_SQ = $(subst ','\'',$(infodir))
1119 perfexecdir_SQ = $(subst ','\'',$(perfexecdir))
1120 perf_include_dir_SQ = $(subst ','\'',$(perf_include_dir))
1121 perf_examples_dir_SQ = $(subst ','\'',$(perf_examples_dir))
1122 template_dir_SQ = $(subst ','\'',$(template_dir))
[all …]
/kernel/linux/linux-5.10/tools/lib/perf/tests/
DMakefile22 $(QUIET_LINK)$(CC) $(INCLUDE) $(CFLAGS) -o $@ $(subst -a,.c,$@) ../libperf.a $(LIBAPI)
25 $(QUIET_LINK)$(CC) $(INCLUDE) $(CFLAGS) -L.. -o $@ $(subst -so,.c,$@) $(LIBAPI) -lperf
/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/scripts/
DKbuild.include21 depfile = $(subst $(comma),_,$(dot-target).d)
33 escsq = $(subst $(squote),'\$(squote)',$1)
196 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \
197 $(subst $(space),$(space_escape),$(strip $(cmd_$1))))
208 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
310 $(1)_FILENAME := $$(subst \\,\,$$(subst \$$(quote),$$(quote),$$(subst $$(space_escape),\$$(space),$…
DMakefile.lib111 modname = $(subst $(space),:,$(__modname))
120 name-fix-token = $(subst $(comma),_,$(subst -,_,$1))
346 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
DMakefile.modsign22 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
DMakefile.modinst28 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
/kernel/linux/linux-5.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)))))
/kernel/linux/linux-5.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)) \
/kernel/liteos_a/arch/arm/
Darm.mk32 LOSCFG_ARCH_CPU_STRIP := $(subst $\",,$(LOSCFG_ARCH_CPU))
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/
DMakefile8 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))
/kernel/linux/linux-5.10/tools/lib/traceevent/
DMakefile51 man_dir_SQ = '$(subst ','\'',$(man_dir))'
56 includedir_SQ = '$(subst ','\'',$(includedir))'
84 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/kernel/linux/linux-5.10/drivers/mmc/
DMakefile7 obj-$(subst m,y,$(CONFIG_MMC)) += host/
/kernel/linux/linux-5.10/drivers/acpi/
DMakefile12 tables.o: $(src)/../../include/$(subst $\",,$(CONFIG_ACPI_CUSTOM_DSDT_FILE)) ;
/kernel/linux/linux-5.10/net/netlabel/
DMakefile16 obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o
/kernel/linux/linux-5.10/net/8021q/
DMakefile5 obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
/kernel/linux/linux-5.10/drivers/staging/wfx/
DMakefile23 wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o
/kernel/linux/linux-5.10/arch/x86/
DKbuild14 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/

123