From 954197aa34ebc59becd56f093d3690ab65f1d8a4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 19 Feb 2024 11:27:00 +0200 Subject: restructure --- internal/c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/c/Makefile') diff --git a/internal/c/Makefile b/internal/c/Makefile index 03181b8..81f2e4b 100644 --- a/internal/c/Makefile +++ b/internal/c/Makefile @@ -5,8 +5,8 @@ SOURCES := $(wildcard *.bpf.c) TARGETS := $(SOURCES:.bpf.c=.bpf.o) all: $(TARGETS) - # Only required when linking multiple .o into a single .o (not doing that atm) - # bpftool gen object ioriotng.bpf.o $(TARGETS) + +redo: clean all %.bpf.o: %.bpf.c vmlinux.h $(CC) -g -O2 -Wall -fpie -target bpf -D__TARGET_ARCH_amd64 \ -- cgit v1.2.3