diff --git a/MTU-tests/Makefile b/MTU-tests/Makefile new file mode 100644 index 0000000..5b34c4c --- /dev/null +++ b/MTU-tests/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) + +USER_TARGETS := +BPF_TARGETS := tc_bpf_encap +EXTRA_DEPS := encap.h + +LIB_DIR = ../lib + +include $(LIB_DIR)/common.mk