Home
last modified time | relevance | path

Searched refs:subst (Results 126 - 150 of 222) sorted by relevance

123456789

/third_party/ltp/
H A DMakefile47 $(1): | $$(abs_top_builddir)/$$(basename $$(subst -,.,$(1)))
49 $(1):: | $$(abs_top_builddir)/$$(basename $$(subst -,.,$(1)))
94 $(MAKE) -C "$(subst -all,,$@)" \
95 -f "$(abs_top_srcdir)/$(subst -all,,$@)/Makefile" all
98 $(MAKE) -C "$(subst -check,,$@)" \
99 -f "$(abs_top_srcdir)/$(subst -check,,$@)/Makefile" check
103 -$(MAKE) -C "$(subst -clean,,$@)" \
104 -f "$(abs_top_srcdir)/$(subst -clean,,$@)/Makefile" clean
126 $(MAKE) -C "$(subst -install,,$@)" \
127 -f "$(abs_top_srcdir)/$(subst
[all...]
/kernel/linux/linux-5.10/drivers/s390/crypto/
H A DMakefile7 obj-$(subst m,y,$(CONFIG_ZCRYPT)) += ap.o
/third_party/libdrm/
H A DAndroid.mk24 LIBDRM_ANDROID_MAJOR_VERSION := $(word 1, $(subst ., , $(PLATFORM_VERSION)))
/third_party/json/docs/
H A DMakefile12 cxx_standard = $(lastword c++11 $(filter c++%, $(subst ., ,$1)))
/kernel/linux/linux-5.10/arch/c6x/
H A DMakefile40 DTB:=$(subst dtbImage.,,$(filter dtbImage.%, $(MAKECMDGOALS)))
/kernel/linux/linux-5.10/net/sctp/
H A DMakefile24 sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o
/kernel/linux/linux-5.10/drivers/video/logo/
H A DMakefile25 cmd_logo = $(obj)/pnmtologo -t $(lastword $(subst _, ,$*)) -n $* -o $@ $<
/kernel/linux/linux-5.10/net/dccp/
H A DMakefile20 obj-$(subst y,$(CONFIG_IP_DCCP),$(CONFIG_IPV6)) += dccp_ipv6.o
/kernel/linux/linux-6.6/drivers/video/logo/
H A DMakefile25 cmd_logo = $(obj)/pnmtologo -t $(lastword $(subst _, ,$*)) -n $* -o $@ $<
/kernel/linux/linux-6.6/net/sctp/
H A DMakefile25 sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o
/kernel/linux/linux-6.6/net/dccp/
H A DMakefile20 obj-$(subst y,$(CONFIG_IP_DCCP),$(CONFIG_IPV6)) += dccp_ipv6.o
/third_party/libwebsockets/
H A Dcomponent.mk12 MSYS_VERSION = $(if $(findstring Msys, $(shell uname -o)),$(word 1, $(subst ., ,$(shell uname -r))),0)
/third_party/ltp/include/mk/
H A Dlib.mk56 LIBSRCS := $(subst $(abs_srcdir)/,,$(wildcard $(LIBSRCS)))
/kernel/linux/linux-5.10/arch/mips/
H A DMakefile295 load-ld = $(subst 0xffffffff,0x,$(load-y))
514 $(subst 32r,MIPS32 r,$(subst 64r,MIPS64 r,$(subst el, little endian,$(patsubst %_defconfig,%,$(1)))))
/kernel/linux/linux-6.6/arch/mips/
H A DMakefile322 load-ld = $(subst 0xffffffff,0x,$(load-y))
527 $(subst 32r,MIPS32 r,$(subst 64r,MIPS64 r,$(subst el, little endian,$(patsubst %_defconfig,%,$(1)))))
/kernel/linux/linux-5.10/tools/lib/bpf/
H A DMakefile11 LIBBPF_MAJOR_VERSION := $(firstword $(subst ., ,$(LIBBPF_VERSION)))
33 DESTDIR_SQ = '$(subst ','\'',$(DESTDIR))'
46 man_dir_SQ = '$(subst ','\'',$(man_dir))'
88 libdir_SQ = $(subst ','\'',$(libdir))
89 libdir_relative_SQ = $(subst ','\'',$(libdir_relative))
/kernel/linux/linux-5.10/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))
/kernel/linux/linux-6.6/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))
/kernel/linux/linux-6.6/arch/arm64/kernel/pi/
H A DMakefile4 KBUILD_CFLAGS := $(subst $(CC_FLAGS_FTRACE),,$(KBUILD_CFLAGS)) -fpie \
/kernel/linux/linux-5.10/usr/
H A DMakefile43 ifeq ($(words $(subst .cpio.,$(space),$(ramfs-input))),2)
/kernel/linux/linux-6.6/arch/riscv/kernel/pi/
H A DMakefile4 KBUILD_CFLAGS := $(subst $(CC_FLAGS_FTRACE),,$(KBUILD_CFLAGS)) -fpie \
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
H A DMakefile33 see_also = $(subst " ",, \
/kernel/linux/linux-6.6/usr/
H A DMakefile38 ifeq ($(words $(subst .cpio.,$(space),$(ramfs-input))),2)
/kernel/linux/linux-6.6/tools/bpf/bpftool/Documentation/
H A DMakefile30 see_also = $(subst " ",, \
/kernel/liteos_a/tools/build/mk/
H A Dmodule.mk35 LOCAL_OBJS = $(addprefix $(OBJOUT)/,$(addsuffix .o,$(basename $(subst $(TOPDIR)/,,$(abspath $(LOCAL_SRCS))))))

Completed in 8 milliseconds

123456789