|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
diff --git a/tools/bpf/bpftool/Makefile b/tools/bpf/bpftool/Makefile
|
|
|
|
|
index f610e184ce02..afef9c65614e 100644
|
|
|
|
|
index f610e184ce02..21cd7505e871 100644
|
|
|
|
|
--- a/tools/bpf/bpftool/Makefile
|
|
|
|
|
+++ b/tools/bpf/bpftool/Makefile
|
|
|
|
|
@@ -154,6 +154,8 @@ else
|
|
|
|
@ -7,7 +7,7 @@ index f610e184ce02..afef9c65614e 100644
|
|
|
|
|
ifeq ($(feature-libbfd),1)
|
|
|
|
|
LIBS += -lbfd -ldl -lopcodes
|
|
|
|
|
+ else ifeq ($(feature-libbfd-liberty-sframe),1)
|
|
|
|
|
+ LIBS += -lbfd -ldl -lopcodes -liberty -lsframe
|
|
|
|
|
+ LIBS += -lbfd -ldl -lopcodes -liberty -lsframe -lzstd
|
|
|
|
|
else ifeq ($(feature-libbfd-liberty),1)
|
|
|
|
|
LIBS += -lbfd -ldl -lopcodes -liberty
|
|
|
|
|
else ifeq ($(feature-libbfd-liberty-z),1)
|
|
|
|
|