diff --git a/tc-policy/Makefile b/tc-policy/Makefile new file mode 100644 index 0000000..50d4467 --- /dev/null +++ b/tc-policy/Makefile @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) + +USER_TARGETS := tc_txq_policy +BPF_TARGETS := tc_txq_policy_kern + +LIB_DIR = ../lib + +include $(LIB_DIR)/common.mk