Skip to content

Commit

Permalink
feat: agent - eBPF Add compilation for extension files (#9015)
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiping authored Jan 23, 2025
1 parent 4ad74a0 commit 7a12cb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent/src/ebpf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ OBJS := user/elf.o \
user/vec.o \
user/bihash.o \
user/profile/profile_common.o \
$(patsubst %.c,%.o,$(wildcard user/extended/*.c)) \
$(patsubst %.c,%.o,$(wildcard user/profile/extended/*.c)) \
user/profile/perf_profiler.o \
user/profile/stringifier.o \
Expand Down

0 comments on commit 7a12cb8

Please sign in to comment.