/linux-4.4.14/arch/x86/platform/intel-mid/device_libs/ |
D | Makefile | 3 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/ |
D | Makefile | 8 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/ |
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() 133 free(subst); in strlist__parse_list_entry()
|
/linux-4.4.14/tools/perf/config/ |
D | Makefile | 701 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 …]
|
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-4.4.14/scripts/ |
D | Makefile.headersinst | 11 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))
|
D | Kbuild.include | 18 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),$…
|
D | Makefile.lib | 99 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)
|
D | Makefile.build | 312 $(subst .h,.c,$@) $(subst .c,.h,$@) 377 $($(subst $(obj)/,,$(@:.o=-objs))) \ 378 $($(subst $(obj)/,,$(@:.o=-y)))), $^)
|
D | Makefile.modsign | 22 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
|
D | Makefile.modinst | 30 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(patsubst %/,%,$(KBUILD_EXTMOD)),,$(@D))
|
D | Makefile.fwinst | 40 quiet_cmd_install = INSTALL $(subst $(srctree)/,,$@)
|
D | Makefile.modpost | 83 MODPOST_OPT=$(subst -i,-n,$(filter -i,$(MAKEFLAGS)))
|
/linux-4.4.14/net/bridge/ |
D | Makefile | 13 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/ |
D | Makefile | 48 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/ |
D | Makefile | 44 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/ |
D | Build.include | 27 depfile = $(subst $(comma),_,$(dot-target).d) 36 escsq = $(subst $(squote),'\$(squote)',$1) 50 make-cmd = $(call escsq,$(subst \#,\\\#,$(subst $$,$$$$,$(cmd_$(1)))))
|
D | Makefile.build | 106 objprefix := $(subst ./,,$(OUTPUT)$(dir)/)
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | Makefile | 13 cflags-$(CONFIG_ARM64) := $(subst -pg,,$(KBUILD_CFLAGS)) 14 cflags-$(CONFIG_ARM) := $(subst -pg,,$(KBUILD_CFLAGS)) \
|
/linux-4.4.14/drivers/mmc/ |
D | Makefile | 9 obj-$(subst m,y,$(CONFIG_MMC)) += host/
|
/linux-4.4.14/net/8021q/ |
D | Makefile | 4 obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
|
/linux-4.4.14/drivers/mmc/host/ |
D | Makefile | 13 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/ |
D | Makefile | 21 sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o
|
/linux-4.4.14/net/dccp/ |
D | Makefile | 19 obj-$(subst y,$(CONFIG_IP_DCCP),$(CONFIG_IPV6)) += dccp_ipv6.o
|
/linux-4.4.14/Documentation/DocBook/ |
D | Makefile | 130 cmd_db2ps = $(subst TYPE,ps, $($(PS_METHOD)template)) 135 cmd_db2pdf = $(subst TYPE,pdf, $($(PDF_METHOD)template))
|
/linux-4.4.14/arch/c6x/ |
D | Makefile | 40 DTB:=$(subst dtbImage.,,$(filter dtbImage.%, $(MAKECMDGOALS)))
|
/linux-4.4.14/net/ipv6/ |
D | Makefile | 48 obj-$(subst m,y,$(CONFIG_IPV6)) += inet6_hashtables.o
|
/linux-4.4.14/kernel/trace/ |
D | Makefile | 6 KBUILD_CFLAGS = $(subst $(CC_FLAGS_FTRACE),,$(ORIG_CFLAGS))
|
/linux-4.4.14/arch/metag/boot/ |
D | Makefile | 33 KBUILD_CFLAGS = $(subst -pg, , $(orig_cflags))
|
/linux-4.4.14/tools/lib/lockdep/ |
D | Makefile | 61 bindir_SQ = $(subst ','\'',$(bindir))
|
/linux-4.4.14/arch/cris/ |
D | Makefile | 56 KBUILD_CFLAGS := $(subst -fomit-frame-pointer,,$(KBUILD_CFLAGS)) -g
|
/linux-4.4.14/arch/sh/boot/compressed/ |
D | Makefile | 32 KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS))
|
/linux-4.4.14/lib/ |
D | Makefile | 7 KBUILD_CFLAGS = $(subst $(CC_FLAGS_FTRACE),,$(ORIG_CFLAGS)) 62 CFLAGS_hweight.o = $(subst $(quote),,$(CONFIG_ARCH_HWEIGHT_CFLAGS))
|
/linux-4.4.14/scripts/package/ |
D | Makefile | 25 KERNELPATH := kernel-$(subst -,_,$(KERNELRELEASE))
|
/linux-4.4.14/firmware/ |
D | Makefile | 7 fwdir := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE_DIR)) 10 fw-external-y := $(subst $(quote),,$(CONFIG_EXTRA_FIRMWARE))
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | Makefile | 106 KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS))
|
/linux-4.4.14/tools/perf/Documentation/ |
D | Makefile | 126 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
|
/linux-4.4.14/arch/powerpc/boot/ |
D | Makefile | 319 image-y += $(subst ",,$(CONFIG_EXTRA_TARGETS))
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 359 __build-dir = $(subst $(OUTPUT),,$(dir $@))
|
/linux-4.4.14/ |
D | Makefile | 1305 printf " %-24s - Build for %s\\n" $(b) $(subst _defconfig,,$(b));) \ 1339 printf " %-24s - Build for %s\\n" $*/$(b) $(subst _defconfig,,$(b));) \
|