summaryrefslogtreecommitdiff
path: root/internal/c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'internal/c/Makefile')
-rw-r--r--internal/c/Makefile4
1 files changed, 2 insertions, 2 deletions
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 \