diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-16 01:56:13 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-16 01:56:13 +0200 |
| commit | 04fa01992ad88ea8e9cd05e7cbb9f81087b23aff (patch) | |
| tree | 0c85508f5bbdbc2ee5f7853b8f74e4d14b0227b8 /Makefile | |
| parent | 3abf5484394fa68a690c6388f63b09bcafd7974d (diff) | |
move some files to internal types
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
