Searched refs:VMLINUX_BTF (Results 1 – 3 of 3) sorted by relevance
148 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro154 OUTPUT=$(SCRATCH_DIR)/ VMLINUX_BTF=$(VMLINUX_BTF) \196 $(INCLUDE_DIR)/vmlinux.h: $(VMLINUX_BTF) | $(BPFTOOL) $(INCLUDE_DIR)199 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
131 VMLINUX_BTF ?= $(abspath $(firstword $(wildcard $(VMLINUX_BTF_PATHS)))) macro133 ifneq ($(VMLINUX_BTF)$(VMLINUX_H),)138 $(OUTPUT)vmlinux.h: $(VMLINUX_BTF) $(BPFTOOL_BOOTSTRAP)
18 VMLINUX_BTF_PATH := $(or $(VMLINUX_BTF),$(firstword \