Files
xdp-project-bpf-examples/AF_XDP-example/Makefile
Magnus Karlsson c425a168a1 AF_XDP-example: move xdpsock example to bpf-examples repo
Move the xdpsock sample application from the Linux repo to the
bpf-examples repo. This example demonstrates a number of capabilities
of AF_XDP sockets.

Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com>
2022-09-23 06:06:57 +00:00

9 lines
159 B
Makefile

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