From 04fa01992ad88ea8e9cd05e7cbb9f81087b23aff Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 16 Feb 2024 01:56:13 +0200 Subject: move some files to internal types --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e243d65..116d967 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ build: bpfbuild gobuild .PHONY: bpfbuild bpfbuild: - bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h + bpftool btf dump file /sys/kernel/btf/vmlinux format c > ./internal/types/vmlinux.h $(CC) -g -O2 -Wall -fpie -target bpf -D__TARGET_ARCH_amd64 -I$(LIBBPFGO)/output -c ioriotng.bpf.c -o ioriotng.bpf.o .PHONY: gobuild -- cgit v1.2.3