Skip to content

Commit

Permalink
Merge pull request #17 from vjardin/make_ebpf
Browse files Browse the repository at this point in the history
eBPF: include its compilation
  • Loading branch information
acassen authored Feb 14, 2024
2 parents 1418027 + a8b0df8 commit 16036ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ conf_file = etc/gtp-guard/gtp-guard.conf

CC ?= gcc
LDFLAGS = -lpthread -lcrypt -ggdb -lm -lz -lresolv -lelf
SUBDIRS = lib src
SUBDIRS = lib src src/bpf
LIBBPF = libbpf
OBJDIR = $(LIBBPF)/src

Expand Down

0 comments on commit 16036ad

Please sign in to comment.