mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
f27c7c2c46
Include logging.{h,c} from xdp-tools so utilities can use them for setting
libxdp and libbpf logging.
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
3 lines
73 B
Makefile
3 lines
73 B
Makefile
# list of objects in this directory
|
|
UTIL_OBJS := json_writer.o logging.o
|