Searched refs:VMLINUX_BTF (Results 1 – 5 of 5) sorted by relevance
137 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro138 ifeq ($(VMLINUX_BTF),)139 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)")172 $(OUTPUT)/bpf_testmod.ko: $(VMLINUX_BTF) $(wildcard bpf_testmod/Makefile bpf_testmod/*.[ch])186 OUTPUT=$(SCRATCH_DIR)/ VMLINUX_BTF=$(VMLINUX_BTF) \243 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL) | $(INCLUDE_DIR)246 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
328 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro330 $(obj)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)332 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@337 ifeq ($(VMLINUX_BTF),)338 $(error Cannot find a vmlinux for VMLINUX_BTF at any of "$(VMLINUX_BTF_PATHS)",\339 build the kernel or set VMLINUX_BTF variable)
147 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro151 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),)156 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
23 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \
1054 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS))))1056 $(SKEL_OUT)/vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL)