From 70d02dec7a7e2f279daf5345a6596e22ba755043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20V=C3=A1rady?= Date: Thu, 20 Jun 2024 15:26:05 +0200 Subject: [PATCH] test --- modules/ebpf/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ebpf/Makefile.am b/modules/ebpf/Makefile.am index 1e18b68093..6579b2df01 100644 --- a/modules/ebpf/Makefile.am +++ b/modules/ebpf/Makefile.am @@ -28,6 +28,7 @@ BPF_CFLAGS=-nostdinc -isystem `$(BPF_CC) -print-file-name=include` \ $(BPFTOOL) gen skeleton $< > $@ modules/ebpf/vmlinux.h: + $(BPFTOOL) btf dump file /sys/kernel/btf/vmlinux format c $(BPFTOOL) btf dump file /sys/kernel/btf/vmlinux format c >$@ CLEANFILES += modules/ebpf/random.skel.c modules/ebpf/vmlinux.h