File: util.mk

package info (click to toggle)
xdp-tools 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,360 kB
  • sloc: ansic: 24,678; sh: 2,627; makefile: 422; python: 337; lisp: 53
file content (11 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
LIB_DIR ?= ..
include $(LIB_DIR)/defines.mk

UTIL_OBJS := params.o logging.o util.o stats.o xpcapng.o
UTIL_BPF_OBJS :=

ifneq ($(BPFTOOL),)
UTIL_OBJS += xdp_sample.o xdpsock.o
UTIL_BPF_OBJS += xdp_sample.bpf.o xdp_load_bytes.bpf.o xdpsock.bpf.o
endif