/kernel/linux/linux-5.10/drivers/base/firmware_loader/builtin/ |
H A D | Makefile | 5 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/testing/selftests/powerpc/copyloops/ |
H 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 $@)) \
|
/kernel/linux/linux-6.6/drivers/base/firmware_loader/builtin/ |
H A D | Makefile | 13 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
|
/kernel/linux/linux-6.6/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 $@)) \
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/liteos_a/lib/libc/musl/ |
H A D | Makefile | 20 LOCAL_SRCS := $(filter-out $(subst $(MUSLPORTINGDIR),$(MUSLDIR),$(LOCAL_SRCS)),$(addprefix $(MUSLDIR)/,$(MUSL_SRCS)) $(LOCAL_SRCS)) 25 LOCAL_FILTER_SRCS := $(addprefix $(MUSLPORTINGDIR)/src/string/,$(subst $(LOCAL_OPT_DIR)/,,$(LOCAL_OPT_SRCS))) 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/drivers/firmware/efi/libstub/ |
H 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)) \ 29 cflags-$(CONFIG_LOONGARCH) := $(subst $(CC_FLAGS_FTRACE),,$(KBUILD_CFLAGS)) \
|
/kernel/linux/linux-5.10/tools/lib/perf/tests/ |
H A D | Makefile | 22 $(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/ |
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
|
/kernel/linux/linux-6.6/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
|
/kernel/liteos_a/arch/arm/ |
H A D | arm.mk | 32 LOSCFG_ARCH_CPU_STRIP := $(subst $\",,$(LOSCFG_ARCH_CPU)) 35 LOSCFG_ARCH_FPU_STRIP := $(subst $\",,$(LOSCFG_ARCH_FPU)) 65 LITEOS_GCCLIB := $(subst cortex-,,$(LOSCFG_ARCH_CPU))_softfp_$(LOSCFG_ARCH_FPU)
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | Makefile | 12 tables.o: $(src)/../../include/$(subst $\",,$(CONFIG_ACPI_CUSTOM_DSDT_FILE)) ;
|
/kernel/linux/linux-5.10/tools/lib/lockdep/ |
H A D | Makefile | 30 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 61 libdir_SQ = $(subst ','\'',$(libdir)) 62 bindir_SQ = $(subst ','\'',$(bindir))
|
/kernel/linux/linux-6.6/tools/thermal/lib/ |
H A D | Makefile | 24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 39 libdir_SQ = $(subst ','\'',$(libdir)) 40 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
|
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 8 HOST_ARCH := $(firstword $(subst -, ,$(CHOST))) 10 CBUILD := $(subst -gcc,,$(lastword $(subst /, ,$(firstword $(wildcard $(foreach bindir,$(subst :, ,$(PATH)),$(bindir)/$(ARCH)-*-gcc)))))) 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/common_modules/tzdriver/agent_rpmb/ |
H A D | Makefile | 12 MTK_PLATFORM := $(subst ",,$(CONFIG_MTK_PLATFORM))
|
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | Makefile | 16 obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o
|
/kernel/linux/linux-5.10/net/8021q/ |
H A D | Makefile | 5 obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
|
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | Makefile | 16 obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o
|
/kernel/linux/linux-6.6/net/8021q/ |
H A D | Makefile | 5 obj-$(subst m,y,$(CONFIG_VLAN_8021Q)) += vlan_core.o
|
/kernel/linux/linux-6.6/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))) 34 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))' 47 man_dir_SQ = '$(subst ','\'',$(man_dir))' 69 libdir_SQ = $(subst ','\'',$(libdir)) 70 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
|
/kernel/linux/linux-5.10/drivers/staging/wfx/ |
H A D | Makefile | 23 wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o
|
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/ |
H A D | Makefile | 23 wfx-$(subst m,y,$(CONFIG_MMC)) += bus_sdio.o
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | Makefile | 16 obj-$(subst m,y,$(CONFIG_HYPERV)) += hv_common.o
|