tc-policy: Add Makefile

Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
This commit is contained in:
Jesper Dangaard Brouer
2022-01-28 16:37:06 +01:00
parent e1b18d7b12
commit ceb3fd80e7

8
tc-policy/Makefile Normal file
View File

@@ -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