Searched refs:subst (Results 26 - 50 of 50) sorted by relevance

12

/linux-master/tools/lib/symbol/
H A DMakefile26 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
69 libdir_SQ = $(subst ','\'',$(libdir))
/linux-master/net/ipv6/
H A DMakefile50 obj-$(subst m,y,$(CONFIG_IPV6)) += inet6_hashtables.o
/linux-master/tools/lib/bpf/
H A DMakefile11 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))
/linux-master/scripts/
H A DMakefile.headersinst18 gen := $(objtree)/$(subst include/,include/generated/,$(obj))
H A DMakefile.lib120 modname = $(subst $(space),:,$(__modname))
129 name-fix-token = $(subst $(comma),_,$(subst -,_,$1))
381 symbase=__$(patsubst .%,%,$(suffix $<))_$(subst -,_,$(notdir $*)); \
432 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
/linux-master/tools/lib/thermal/
H A DMakefile24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
39 libdir_SQ = $(subst ','\'',$(libdir))
40 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/linux-master/tools/lib/perf/
H A DMakefile24 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
39 libdir_SQ = $(subst ','\'',$(libdir))
40 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/linux-master/tools/lib/subcmd/
H A DMakefile27 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
70 libdir_SQ = $(subst ','\'',$(libdir))
/linux-master/tools/lib/api/
H A DMakefile26 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
68 libdir_SQ = $(subst ','\'',$(libdir))
/linux-master/scripts/package/debian/
H A Drules24 revision = $(lastword $(subst -, ,$(shell dpkg-parsechangelog -S Version)))
/linux-master/tools/scripts/
H A 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-master/rust/
H A DMakefile80 --crate-name $(subst rustdoc-,,$@) \
146 --crate-name $(subst rusttest-,,$(subst rusttestlib-,,$@)) $<
170 --crate-name $(subst rusttest-,,$@) $<
203 --crate-name $(subst rusttest-,,$@) $<; \
204 $(objtree)/$(obj)/test/$(subst rusttest-,,$@) $(rust_test_quiet) \
/linux-master/tools/bpf/bpftool/
H A DMakefile181 HOST_CFLAGS = $(subst -I$(LIBBPF_INCLUDE),-I$(LIBBPF_BOOTSTRAP_INCLUDE),\
182 $(subst $(CLANG_CROSS_FLAGS),,$(CFLAGS)))
/linux-master/tools/build/
H A DMakefile.build148 objprefix := $(subst ./,,$(OUTPUT)$(dir)/)
/linux-master/Documentation/
H A DMakefile159 mv $(subst .tex,.pdf,$(wildcard $(BUILDDIR)/$(var)/latex/*.tex)) $(BUILDDIR)/$(var)/pdf/; \
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile36 KBUILD_CFLAGS := $(subst $(CC_FLAGS_FTRACE),,$(cflags-y)) \
/linux-master/arch/mips/
H A DMakefile320 load-ld = $(subst 0xffffffff,0x,$(load-y))
525 $(subst 32r,MIPS32 r,$(subst 64r,MIPS64 r,$(subst el, little endian,$(patsubst %_defconfig,%,$(1)))))
/linux-master/drivers/
H A DMakefile166 obj-$(subst m,y,$(CONFIG_HYPERV)) += hv/
/linux-master/arch/powerpc/
H A DMakefile54 UTS_MACHINE := $(subst $(space),,$(machine-y))
378 printf " %-27s - Build for %s\\n" $(cfg) $(subst _defconfig,,$(cfg));)
/linux-master/tools/perf/Documentation/
H A DMakefile135 SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
/linux-master/net/netfilter/
H A DMakefile9 nf_conntrack-$(subst m,y,$(CONFIG_IPV6)) += nf_conntrack_proto_icmpv6.o
/linux-master/
H A DMakefile200 ifneq ($(words $(subst :, ,$(abs_srctree))), 1)
661 CC_VERSION_TEXT = $(subst $(pound),,$(shell LC_ALL=C $(CC) --version 2>/dev/null | head -n 1))
1651 printf " %-27s - Build for %s\\n" $(b) $(subst _defconfig,,$(b));) \
1693 printf " %-24s - Build for %s\\n" $*/$(b) $(subst _defconfig,,$(b));) \
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile14 HOST_ARCH := $(firstword $(subst -, ,$(CBUILD)))
122 ifeq ($(subst x86_64,i686,$(HOST_ARCH)),$(ARCH))
/linux-master/arch/powerpc/boot/
H A DMakefile399 $(call if_changed,wrap,$(subst $(obj)/zImage.,,$@))
/linux-master/tools/perf/
H A DMakefile.perf760 __build-dir = $(subst $(OUTPUT),,$(dir $@))

Completed in 177 milliseconds

12