Home
last modified time | relevance | path

Searched refs:LIBBPF_MAP_VERSION (Results 1 - 1 of 1) sorted by relevance

/third_party/libbpf/src/
H A DMakefile16 LIBBPF_MAP_VERSION := $(shell grep -oE '^LIBBPF_([0-9.]+)' libbpf.map | sort -rV | head -n1 | cut -d'_' -f2) macro
17 ifneq ($(LIBBPF_MAJMIN_VERSION), $(LIBBPF_MAP_VERSION))
18 $(error Libbpf release ($(LIBBPF_VERSION)) and map ($(LIBBPF_MAP_VERSION)) versions are out of sync!)

Completed in 1 milliseconds