/third_party/ltp/ |
H A D | Makefile | 47 $(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 D | Makefile | 7 obj-$(subst m,y,$(CONFIG_ZCRYPT)) += ap.o
|
/third_party/libdrm/ |
H A D | Android.mk | 24 LIBDRM_ANDROID_MAJOR_VERSION := $(word 1, $(subst ., , $(PLATFORM_VERSION)))
|
/third_party/json/docs/ |
H A D | Makefile | 12 cxx_standard = $(lastword c++11 $(filter c++%, $(subst ., ,$1)))
|
/kernel/linux/linux-5.10/arch/c6x/ |
H A D | Makefile | 40 DTB:=$(subst dtbImage.,,$(filter dtbImage.%, $(MAKECMDGOALS)))
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | Makefile | 24 sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o
|
/kernel/linux/linux-5.10/drivers/video/logo/ |
H A D | Makefile | 25 cmd_logo = $(obj)/pnmtologo -t $(lastword $(subst _, ,$*)) -n $* -o $@ $<
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | Makefile | 20 obj-$(subst y,$(CONFIG_IP_DCCP),$(CONFIG_IPV6)) += dccp_ipv6.o
|
/kernel/linux/linux-6.6/drivers/video/logo/ |
H A D | Makefile | 25 cmd_logo = $(obj)/pnmtologo -t $(lastword $(subst _, ,$*)) -n $* -o $@ $<
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | Makefile | 25 sctp-$(subst m,y,$(CONFIG_IPV6)) += ipv6.o
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | Makefile | 20 obj-$(subst y,$(CONFIG_IP_DCCP),$(CONFIG_IPV6)) += dccp_ipv6.o
|
/third_party/libwebsockets/ |
H A D | component.mk | 12 MSYS_VERSION = $(if $(findstring Msys, $(shell uname -o)),$(word 1, $(subst ., ,$(shell uname -r))),0)
|
/third_party/ltp/include/mk/ |
H A D | lib.mk | 56 LIBSRCS := $(subst $(abs_srcdir)/,,$(wildcard $(LIBSRCS)))
|
/kernel/linux/linux-5.10/arch/mips/ |
H A D | Makefile | 295 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 D | Makefile | 322 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 D | Makefile | 11 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 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))
|
/kernel/linux/linux-6.6/tools/scripts/ |
H A 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))
|
/kernel/linux/linux-6.6/arch/arm64/kernel/pi/ |
H A D | Makefile | 4 KBUILD_CFLAGS := $(subst $(CC_FLAGS_FTRACE),,$(KBUILD_CFLAGS)) -fpie \
|
/kernel/linux/linux-5.10/usr/ |
H A D | Makefile | 43 ifeq ($(words $(subst .cpio.,$(space),$(ramfs-input))),2)
|
/kernel/linux/linux-6.6/arch/riscv/kernel/pi/ |
H A D | Makefile | 4 KBUILD_CFLAGS := $(subst $(CC_FLAGS_FTRACE),,$(KBUILD_CFLAGS)) -fpie \
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/ |
H A D | Makefile | 33 see_also = $(subst " ",, \
|
/kernel/linux/linux-6.6/usr/ |
H A D | Makefile | 38 ifeq ($(words $(subst .cpio.,$(space),$(ramfs-input))),2)
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/Documentation/ |
H A D | Makefile | 30 see_also = $(subst " ",, \
|
/kernel/liteos_a/tools/build/mk/ |
H A D | module.mk | 35 LOCAL_OBJS = $(addprefix $(OBJOUT)/,$(addsuffix .o,$(basename $(subst $(TOPDIR)/,,$(abspath $(LOCAL_SRCS))))))
|