mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
AF_XDP-interaction: Add Makefile
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
This commit is contained in:
10
AF_XDP-interaction/Makefile
Normal file
10
AF_XDP-interaction/Makefile
Normal 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
|
Reference in New Issue
Block a user