Files
xdp-project-bpf-examples/pping/Makefile
Simon Sundberg 135ae974e9 pping: Start pping implementation
Add a XDP program to parse TCP timestamps and a simple loader

Signed-off-by: Simon Sundberg <simon.sundberg@kau.se>
2021-02-04 19:37:15 +01:00

9 lines
155 B
Makefile

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