Home
last modified time | relevance | path

Searched refs:BPF_SRCS_LINKED (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/samples/hid/
H A DMakefile215 BPF_SRCS_LINKED := $(notdir $(wildcard $(src)/*.bpf.c)) macro
216 BPF_OBJS_LINKED := $(patsubst %.bpf.c,$(obj)/%.bpf.o, $(BPF_SRCS_LINKED))
/openbmc/linux/samples/bpf/
H A DMakefile373 BPF_SRCS_LINKED := $(notdir $(wildcard $(src)/*.bpf.c)) macro
374 BPF_OBJS_LINKED := $(patsubst %.bpf.c,$(obj)/%.bpf.o, $(BPF_SRCS_LINKED))