AF_XDP-interaction: Add Makefile

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
This commit is contained in:
Jesper Dangaard Brouer
2021-10-15 18:26:24 +02:00
parent 68743eb1d3
commit 7c7c1a9039

View File

@@ -0,0 +1,10 @@
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
USER_TARGETS := af_xdp_user
BPF_TARGETS := af_xdp_kern
LDLIBS += -pthread
LIB_DIR = ../lib
include $(LIB_DIR)/common.mk