Lines Matching refs:src
3 BPF_SAMPLES_PATH ?= $(abspath $(src))
192 ifneq ($(src),)
278 $(src)/*.c: verify_target_bpf $(LIBBPF)
288 $(obj)/hbm_out_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
289 $(obj)/hbm.o: $(src)/hbm.h
290 $(obj)/hbm_edt_kern.o: $(src)/hbm.h $(src)/hbm_kern.h
295 -I$(src)/../../tools/include \
296 -I$(src)/../../tools/include/uapi \
298 -I$(src)/../../tools/testing/selftests/bpf
301 $(obj)/$(XDP_SAMPLE): $(src)/xdp_sample_user.h $(src)/xdp_sample_shared.h
342 $(obj)/%.bpf.o: $(src)/%.bpf.c $(obj)/vmlinux.h $(src)/xdp_sample.bpf.h $(src)/xdp_sample_shared.h
357 BPF_SRCS_LINKED := $(notdir $(wildcard $(src)/*.bpf.c))
375 $(obj)/%.o: $(src)/%.c