Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/platform/intel-mid/device_libs/
DMakefile3 obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic.o
4 obj-$(subst m,y,$(CONFIG_SND_MFLD_MACHINE)) += platform_msic_audio.o
5 obj-$(subst m,y,$(CONFIG_GPIO_MSIC)) += platform_msic_gpio.o
6 obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic_ocd.o
7 obj-$(subst m,y,$(CONFIG_MFD_INTEL_MSIC)) += platform_msic_battery.o
8 obj-$(subst m,y,$(CONFIG_INTEL_MID_POWER_BUTTON)) += platform_msic_power_btn.o
9 obj-$(subst m,y,$(CONFIG_GPIO_INTEL_PMIC)) += platform_pmic_gpio.o
10 obj-$(subst m,y,$(CONFIG_INTEL_MFLD_THERMAL)) += platform_msic_thermal.o
12 obj-$(subst m,y,$(CONFIG_SENSORS_EMC1403)) += platform_emc1403.o
13 obj-$(subst m,y,$(CONFIG_SENSORS_LIS3LV02D)) += platform_lis331.o
[all …]
/linux-4.4.14/net/l2tp/
DMakefile8 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_PPPOL2TP)) += l2tp_ppp.o
9 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_IP)) += l2tp_ip.o
10 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_V3)) += l2tp_netlink.o
11 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_ETH)) += l2tp_eth.o
12 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_DEBUGFS)) += l2tp_debugfs.o
14 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_IP)) += l2tp_ip6.o
/linux-4.4.14/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()
133 free(subst); in strlist__parse_list_entry()
/linux-4.4.14/tools/perf/config/
DMakefile701 ETC_PERFCONFIG_SQ = $(subst ','\'',$(ETC_PERFCONFIG))
702 STRACE_GROUPS_DIR_SQ = $(subst ','\'',$(STRACE_GROUPS_DIR))
703 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
704 bindir_SQ = $(subst ','\'',$(bindir))
705 mandir_SQ = $(subst ','\'',$(mandir))
706 infodir_SQ = $(subst ','\'',$(infodir))
707 perfexecdir_SQ = $(subst ','\'',$(perfexecdir))
708 template_dir_SQ = $(subst ','\'',$(template_dir))
709 htmldir_SQ = $(subst ','\'',$(htmldir))
710 prefix_SQ = $(subst ','\'',$(prefix))
[all …]
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-4.4.14/scripts/
DMakefile.headersinst11 gen := $(if $(gen),$(gen),$(subst include/,include/generated/,$(obj)))
19 old-kbuild-file := $(srctree)/$(subst uapi/,,$(obj))/Kbuild
26 installdir := $(INSTALL_HDR_PATH)/$(subst uapi/,,$(_dst))
43 oldsrcdir := $(srctree)/$(subst /uapi,,$(obj))
DKbuild.include18 depfile = $(subst $(comma),_,$(dot-target).d)
30 escsq = $(subst $(squote),'\$(squote)',$1)
123 cc-option-align = $(subst -functions=0,,\
243 make-cmd = $(call escsq,$(subst \#,\\\#,$(subst $$,$$$$,$(cmd_$(1)))))
348 $(1)_FILENAME := $$(subst \\,\,$$(subst \$$(quote),$$(quote),$$(subst $$(space_escape),\$$(space),$…
DMakefile.lib99 name-fix = $(subst $(comma),_,$(subst -,_,$1))
170 $(if $(filter $(subst $(obj)/,,$*.o), $($(m:.o=-objs)) $($(m:.o=-y))),$(m:.o=))))
295 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
DMakefile.build312 $(subst .h,.c,$@) $(subst .c,.h,$@)
377 $($(subst $(obj)/,,$(@:.o=-objs))) \
378 $($(subst $(obj)/,,$(@:.o=-y)))), $^)
DMakefile.modsign22 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
DMakefile.modinst30 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
DMakefile.fwinst40 quiet_cmd_install = INSTALL $(subst $(srctree)/,,$@)
DMakefile.modpost83 MODPOST_OPT=$(subst -i,-n,$(filter -i,$(MAKEFLAGS)))
/linux-4.4.14/net/bridge/
DMakefile13 bridge-$(subst m,y,$(CONFIG_BRIDGE_NETFILTER)) += br_nf_core.o
16 br_netfilter-$(subst m,y,$(CONFIG_IPV6)) += br_netfilter_ipv6.o
/linux-4.4.14/tools/lib/traceevent/
DMakefile48 man_dir_SQ = '$(subst ','\'',$(man_dir))'
74 PLUGIN_DIR_SQ = '$(subst ','\'',$(PLUGIN_DIR))'
99 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
100 plugin_dir_SQ = $(subst ','\'',$(plugin_dir))
/linux-4.4.14/tools/lib/bpf/
DMakefile44 man_dir_SQ = '$(subst ','\'',$(man_dir))'
80 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
81 plugin_dir_SQ = $(subst ','\'',$(plugin_dir))
/linux-4.4.14/tools/build/
DBuild.include27 depfile = $(subst $(comma),_,$(dot-target).d)
36 escsq = $(subst $(squote),'\$(squote)',$1)
50 make-cmd = $(call escsq,$(subst \#,\\\#,$(subst $$,$$$$,$(cmd_$(1)))))
DMakefile.build106 objprefix := $(subst ./,,$(OUTPUT)$(dir)/)
/linux-4.4.14/drivers/firmware/efi/libstub/
DMakefile13 cflags-$(CONFIG_ARM64) := $(subst -pg,,$(KBUILD_CFLAGS))
14 cflags-$(CONFIG_ARM) := $(subst -pg,,$(KBUILD_CFLAGS)) \
/linux-4.4.14/drivers/mmc/
DMakefile9 obj-$(subst m,y,$(CONFIG_MMC)) += host/
/linux-4.4.14/net/8021q/
DMakefile4 obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
/linux-4.4.14/drivers/mmc/host/
DMakefile13 obj-$(subst m,y,$(CONFIG_MMC_SDHCI_PCI)) += sdhci-pci-data.o
40 tmio_mmc_core-$(subst m,y,$(CONFIG_MMC_SDHI)) += tmio_mmc_dma.o
/linux-4.4.14/net/sctp/
DMakefile21 sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o
/linux-4.4.14/net/dccp/
DMakefile19 obj-$(subst y,$(CONFIG_IP_DCCP),$(CONFIG_IPV6)) += dccp_ipv6.o
/linux-4.4.14/Documentation/DocBook/
DMakefile130 cmd_db2ps = $(subst TYPE,ps, $($(PS_METHOD)template))
135 cmd_db2pdf = $(subst TYPE,pdf, $($(PDF_METHOD)template))
/linux-4.4.14/arch/c6x/
DMakefile40 DTB:=$(subst dtbImage.,,$(filter dtbImage.%, $(MAKECMDGOALS)))
/linux-4.4.14/net/ipv6/
DMakefile48 obj-$(subst m,y,$(CONFIG_IPV6)) += inet6_hashtables.o
/linux-4.4.14/kernel/trace/
DMakefile6 KBUILD_CFLAGS = $(subst $(CC_FLAGS_FTRACE),,$(ORIG_CFLAGS))
/linux-4.4.14/arch/metag/boot/
DMakefile33 KBUILD_CFLAGS = $(subst -pg, , $(orig_cflags))
/linux-4.4.14/tools/lib/lockdep/
DMakefile61 bindir_SQ = $(subst ','\'',$(bindir))
/linux-4.4.14/arch/cris/
DMakefile56 KBUILD_CFLAGS := $(subst -fomit-frame-pointer,,$(KBUILD_CFLAGS)) -g
/linux-4.4.14/arch/sh/boot/compressed/
DMakefile32 KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS))
/linux-4.4.14/lib/
DMakefile7 KBUILD_CFLAGS = $(subst $(CC_FLAGS_FTRACE),,$(ORIG_CFLAGS))
62 CFLAGS_hweight.o = $(subst $(quote),,$(CONFIG_ARCH_HWEIGHT_CFLAGS))
/linux-4.4.14/scripts/package/
DMakefile25 KERNELPATH := kernel-$(subst -,_,$(KERNELRELEASE))
/linux-4.4.14/firmware/
DMakefile7 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR))
10 fw-external-y := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE))
/linux-4.4.14/arch/arm/boot/compressed/
DMakefile106 KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS))
/linux-4.4.14/tools/perf/Documentation/
DMakefile126 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
/linux-4.4.14/arch/powerpc/boot/
DMakefile319 image-y += $(subst ",,$(CONFIG_EXTRA_TARGETS))
/linux-4.4.14/tools/perf/
DMakefile.perf359 __build-dir = $(subst $(OUTPUT),,$(dir $@))
/linux-4.4.14/
DMakefile1305 printf " %-24s - Build for %s\\n" $(b) $(subst _defconfig,,$(b));) \
1339 printf " %-24s - Build for %s\\n" $*/$(b) $(subst _defconfig,,$(b));) \