diff --git a/agent/src/ebpf/Makefile b/agent/src/ebpf/Makefile index 25ccdfb7993..cb33d43e989 100644 --- a/agent/src/ebpf/Makefile +++ b/agent/src/ebpf/Makefile @@ -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 \