mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Update bpf examples and remove function pass code
This commit is contained in:
@ -10,7 +10,7 @@ OBJECT := example.bpf.o
|
||||
all: $(OUT)
|
||||
|
||||
object: $(SRC)
|
||||
$(BPF_CLANG) $(CFLAGS) $< -o $(OBJECT)
|
||||
$(BPF_CLANG) -O2 -target bpf -c $< -o $(OBJECT)
|
||||
|
||||
$(OUT): $(SRC) object
|
||||
$(BPF_CLANG) $(CFLAGS) -S $< -o $@
|
||||
|
||||
Reference in New Issue
Block a user