Searched refs:wildcard (Results 1 - 25 of 70) sorted by relevance

123

/linux-master/arch/powerpc/boot/dts/fsl/
H A DMakefile4 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/scripts/dtc/include-prefixes/powerpc/fsl/
H A DMakefile4 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/arch/csky/boot/dts/
H A DMakefile4 dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/arch/powerpc/boot/dts/
H A DMakefile6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/scripts/dtc/include-prefixes/powerpc/
H A DMakefile6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/scripts/dtc/include-prefixes/xtensa/
H A DMakefile14 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/arch/nios2/boot/dts/
H A DMakefile6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/arch/xtensa/boot/dts/
H A DMakefile14 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/scripts/dtc/include-prefixes/nios2/
H A DMakefile6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/tools/testing/selftests/resctrl/
H A DMakefile10 $(OUTPUT)/resctrl_tests: $(wildcard *.[ch])
/linux-master/tools/testing/selftests/landlock/
H A DMakefile9 src_test := $(wildcard *_test.c)
/linux-master/tools/net/ynl/lib/
H A DMakefile9 SRCS=$(wildcard *.c)
12 include $(wildcard *.d)
/linux-master/arch/arc/boot/dts/
H A DMakefile14 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/scripts/dtc/include-prefixes/arc/
H A DMakefile14 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/scripts/
H A DMakefile.asm-generic23 redundant += $(foreach f, $(generic-y), $(if $(wildcard $(srctree)/$(src)/$(f)),$(f)))
30 generic-y += $(foreach f, $(mandatory-y), $(if $(wildcard $(srctree)/$(src)/$(f)),,$(f)))
36 old-headers := $(wildcard $(obj)/*.h)
H A DMakefile.vmlinux28 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
50 existing-targets := $(wildcard $(sort $(targets)))
H A DMakefile.headersinst24 # $(wildcard $(src)/*/) contains not only directories but also regular files.
25 src-subdirs := $(patsubst $(src)/%/,%,$(filter %/, $(wildcard $(src)/*/)))
26 gen-subdirs := $(patsubst $(gen)/%/,%,$(filter %/, $(wildcard $(gen)/*/)))
48 old-subdirs := $(wildcard $(all-subdirs))
/linux-master/tools/tracing/rtla/
H A DMakefile.standalone11 SRC := $(wildcard src/*.c)
12 HDR := $(wildcard src/*.h)
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A DMakefile62 ROUTE_VALUES_SRC=$(wildcard ../ni_route_values/*.c)
63 DEVICE_ROUTES_SRC=$(wildcard ../ni_device_routes/*.c)
/linux-master/net/netfilter/
H A Dxt_socket.c62 bool wildcard; local
68 wildcard = (!(info->flags & XT_SOCKET_NOWILDCARD) &&
78 if (info->flags & XT_SOCKET_RESTORESKMARK && !wildcard &&
85 if (wildcard || !transparent)
123 bool wildcard; local
129 wildcard = (!(info->flags & XT_SOCKET_NOWILDCARD) &&
139 if (info->flags & XT_SOCKET_RESTORESKMARK && !wildcard &&
146 if (wildcard || !transparent)
/linux-master/tools/net/ynl/samples/
H A DMakefile14 SRCS=$(wildcard *.c)
17 include $(wildcard *.d)
/linux-master/scripts/gdb/linux/
H A DMakefile5 symlinks := $(patsubst $(srctree)/$(src)/%,%,$(wildcard $(srctree)/$(src)/*.py))
/linux-master/tools/testing/selftests/arm64/mte/
H A DMakefile6 SRCS := $(filter-out mte_common_util.c,$(wildcard *.c))
/linux-master/tools/testing/selftests/arm64/signal/
H A DMakefile7 SRCS := $(filter-out testcases/testcases.c,$(wildcard testcases/*.c))
/linux-master/tools/testing/selftests/hid/
H A DMakefile88 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))
121 $(DEFAULT_BPFTOOL): $(wildcard $(BPFTOOLDIR)/*.[ch] $(BPFTOOLDIR)/Makefile) \
131 $(BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
138 $(HOST_BPFOBJ): $(wildcard $(BPFDIR)/*.[ch] $(BPFDIR)/Makefile) \
212 BPF_SRCS := $(notdir $(wildcard $(BPF_PROGS_DIR)/*.c))
220 $(wildcard $(BPF_PROGS_DIR)/*.h) \
222 $(wildcard $(BPFDIR)/hid_bpf_*.h) \
223 $(wildcard $(BPFDIR)/*.bpf.h) \

Completed in 200 milliseconds

123