/openbmc/linux/net/l2tp/ |
H 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
|
/openbmc/linux/tools/power/acpi/ |
H 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))
|
/openbmc/qemu/tests/uefi-test-tools/ |
H A D | Makefile | 57 map_arm_to_uefi = $(subst arm,ARM,$(1)) 58 map_aarch64_to_uefi = $(subst aarch64,AA64,$(call map_arm_to_uefi,$(1))) 59 map_riscv64_to_uefi = $(subst riscv64,RISCV64,$(call map_aarch64_to_uefi,$(1))) 60 map_i386_to_uefi = $(subst i386,IA32,$(call map_riscv64_to_uefi,$(1))) 61 map_x86_64_to_uefi = $(subst x86_64,X64,$(call map_i386_to_uefi,$(1))) 62 map_to_uefi = $(subst .,,$(call map_x86_64_to_uefi,$(1)))
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/ |
H A D | 0001-mk-compile.mk-remove-absolute-build-time-paths.patch | 46 - -D__FILE_ID__=$$(subst -,_,$$(subst /,_,$$(subst .,_,$1))) 47 + -D__FILE_ID__=$$(subst -,_,$$(subst /,_,$$(subst .,_,$$(patsubst $$(out-dir)/%,%,$1))))
|
/openbmc/linux/drivers/base/firmware_loader/builtin/ |
H A D | Makefile | 13 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
|
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/ |
H 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 $@)) \
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch | 21 $(fp128_softfp_src) : $(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@)) $(fp128_dep) 22 @src="$(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@))"; \
|
H A D | 0003-64-bit-multilib-hack.patch | 80 MULTILIB_OPTIONS = $(subst $(comma),/,$(TM_MULTILIB_CONFIG)) 81 -MULTILIB_DIRNAMES = $(patsubst m%, %, $(subst /, ,$(MULTILIB_OPTIONS))) 96 -MIPS_EL = $(if $(filter %el, $(firstword $(subst -, ,$(target)))),el) 134 -MULTIARCH_DIRNAME := $(call if_multiarch,$(firstword $(subst -, ,$(target)))-linux-gnu) 135 +#MULTIARCH_DIRNAME := $(call if_multiarch,$(firstword $(subst -, ,$(target)))-linux-gnu)
|
/openbmc/linux/tools/perf/util/ |
H 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()
|
/openbmc/linux/tools/perf/ |
H A D | Makefile.config | 294 override PYTHON := $(call get-executable-or-default,PYTHON,$(subst -config,,$(PYTHON_CONFIG))) 1210 ETC_PERFCONFIG_SQ = $(subst ','\'',$(ETC_PERFCONFIG)) 1211 STRACE_GROUPS_DIR_SQ = $(subst ','\'',$(STRACE_GROUPS_DIR)) 1212 DESTDIR_SQ = $(subst ','\'',$(DESTDIR)) 1213 bindir_SQ = $(subst ','\'',$(bindir)) 1214 includedir_SQ = $(subst ','\'',$(includedir)) 1215 mandir_SQ = $(subst ','\'',$(mandir)) 1216 infodir_SQ = $(subst ','\'',$(infodir)) 1217 perfexecdir_SQ = $(subst ','\'',$(perfexecdir)) 1218 libbpf_include_dir_SQ = $(subst ','\'',$(libbpf_include_dir)) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/ |
H A D | 0001-lib-Do-not-use-private-makefile-targets-in-CMakelist.patch | 18 $(subst /yocto/upstream/build/tmp/work/cortexa57-poky-linux/fluentbit/3.1.9/git/,,$(abspath $<)) 41 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__FILENAME__='\"$$(subst ${CMAKE_SOURCE_DIR}/,,$$(abspath … 60 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__CMT_FILENAME__='\"$$(subst ${CMAKE_SOURCE_DIR}/,,$$(absp… 79 - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__FILENAME__='\"$$(subst ${CMAKE_SOURCE_DIR}/,,$$(abspath … 96 -set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D__FILENAME__='\"$$(subst ${CMAKE_SOURCE_DIR}/,,$$(abspath \$…
|
/openbmc/linux/scripts/ |
H A D | Makefile.vdsoinst | 16 src := $$(firstword $$(subst :,$(space),$(1))) 17 dest := $(install-dir)/$$(or $$(word 2,$$(subst :,$(space),$(1))),$$(patsubst %.dbg,%,$$(notdir $(1…
|
H 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)))))
|
H A D | Makefile.lib | 114 modname = $(subst $(space),:,$(__modname)) 123 name-fix-token = $(subst $(comma),_,$(subst -,_,$1)) 373 symbase=__$(patsubst .%,%,$(suffix $<))_$(subst -,_,$(notdir $*)); \ 428 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
|
/openbmc/linux/net/bridge/ |
H 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
|
/openbmc/linux/tools/build/ |
H 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)))))
|
/openbmc/linux/tools/lib/bpf/ |
H 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))
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-multilib-config.inc | 74 for subst in substs: 75 line = re.sub(subst[0], subst[1], line) 134 for subst in substs: 135 line = re.sub(subst[0], subst[1], line)
|
/openbmc/u-boot/scripts/ |
H A D | Makefile.lib | 100 name-fix = $(subst $(comma),_,$(subst -,_,$1)) 167 $(wildcard $(dir $<)$(subst $\",,$(CONFIG_SYS_SOC))-u-boot.dtsi) \
|
/openbmc/linux/drivers/mmc/ |
H A D | Makefile | 7 obj-$(subst m,y,$(CONFIG_MMC)) += host/
|
/openbmc/linux/rust/ |
H A D | Makefile | 80 --crate-name $(subst rustdoc-,,$@) \ 144 --crate-name $(subst rusttest-,,$(subst rusttestlib-,,$@)) $< 168 --crate-name $(subst rusttest-,,$@) $< 200 --crate-name $(subst rusttest-,,$@) $<; \ 201 $(objtree)/$(obj)/test/$(subst rusttest-,,$@) $(rust_test_quiet) \
|
/openbmc/linux/net/netlabel/ |
H A D | Makefile | 16 obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o
|
/openbmc/linux/tools/perf/tests/shell/coresight/ |
H A D | Makefile.miniconfig | 8 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
|
/openbmc/linux/arch/arm64/ |
H A D | Kbuild | 5 obj-$(subst m,y,$(CONFIG_HYPERV)) += hyperv/
|
/openbmc/linux/net/8021q/ |
H A D | Makefile | 5 obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
|