diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-23 15:22:32 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-23 15:42:53 +0100 |
commit | c69190bb2b9a3c0f105ea630d328b294aa7810d7 (patch) | |
tree | 8ade90f7eb2660b59447f11181f5999861889313 /src/xdp/common | |
parent | 440ce3011e8718c917933026e68047fcfb008031 (diff) | |
download | vyos-1x-c69190bb2b9a3c0f105ea630d328b294aa7810d7.tar.gz vyos-1x-c69190bb2b9a3c0f105ea630d328b294aa7810d7.zip |
xdp: op-mode: T2666: support per interface statistics
Diffstat (limited to 'src/xdp/common')
-rw-r--r-- | src/xdp/common/common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdp/common/common.mk b/src/xdp/common/common.mk index 89aac68ef..ebe23a9ed 100644 --- a/src/xdp/common/common.mk +++ b/src/xdp/common/common.mk @@ -39,7 +39,7 @@ KERN_USER_H ?= $(wildcard common_kern_user.h) CFLAGS ?= -g -I../include/ BPF_CFLAGS ?= -I../include/ -LIBS = -l:libbpf.a -lelf -lz $(USER_LIBS) +LIBS = -l:libbpf.a -lelf $(USER_LIBS) all: llvm-check $(USER_TARGETS) $(XDP_OBJ) $(COPY_LOADER) $(COPY_STATS) |