File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ LIBBPF_SRC := $(abspath ../src/cc/libbpf/src)
99LIBBPF_OBJ := $(abspath $(OUTPUT ) /libbpf.a)
1010LIBBLAZESYM_SRC := $(abspath blazesym/target/release/libblazesym.a)
1111INCLUDES := -I$(OUTPUT ) -I../src/cc/libbpf/include/uapi
12- CFLAGS := -g -O2 -Wall -Wmissing-field-initializers -Werror -Werror=undef
12+ CFLAGS := -g -O2 -lm - Wall -Wmissing-field-initializers -Werror -Werror=undef
1313BPFCFLAGS := -g -O2 -Wall -Werror=undef
1414BPFCFLAGS_softirqs := $(BPFCFLAGS ) -mcpu=v3
1515INSTALL ?= install
@@ -94,6 +94,7 @@ APPS = \
9494 tcptop \
9595 vfsstat \
9696 wakeuptime \
97+ ext4File \
9798 $(BZ_APPS ) \
9899 #
99100
@@ -120,7 +121,6 @@ COMMON_OBJ = \
120121ifeq ($(USE_BLAZESYM ) ,1)
121122COMMON_OBJ += \
122123 $(OUTPUT ) /libblazesym.a \
123- $(OUTPUT ) /blazesym.h \
124124 #
125125endif
126126
@@ -156,7 +156,7 @@ CFLAGS += -DUSE_BLAZESYM=1
156156endif
157157
158158ifeq ($(USE_BLAZESYM ) ,1)
159- LDFLAGS += $( OUTPUT ) /libblazesym.a -lrt -lpthread -ldl
159+ LDFLAGS += -lrt -lpthread -ldl
160160endif
161161
162162.PHONY : clean
You can’t perform that action at this time.
0 commit comments