Files
xdp-project-bpf-examples/AF_XDP-example/Makefile
Toke Høiland-Jørgensen b471a6d054 AF_XDP-example: Add -lpthread to linker invocation
Fixes #73.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2022-11-29 14:16:55 +01:00

10 lines
179 B
Makefile

# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
USER_TARGETS := xdpsock
BPF_TARGETS := xdpsock_kern
LDLIBS += -lpthread
LIB_DIR = ../lib
include $(LIB_DIR)/common.mk