Files
xdp-project-bpf-examples/pping/Makefile
Simon Sundberg 399c9dc935 pping: Refactor json code and format
Use a JSON-writer library from iproute instead of complicated printf
statement. Also output timestamp, rtt and min_rtt as integers in
nanoseconds, rather than floats in seconds.

Signed-off-by: Simon Sundberg <simon.sundberg@kau.se>
2021-06-23 15:02:26 +02:00

12 lines
201 B
Makefile

# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
USER_TARGETS := pping
BPF_TARGETS := pping_kern
LDLIBS += -pthread
EXTRA_DEPS += pping.h
LIB_DIR = ../lib
include $(LIB_DIR)/common.mk