Files
xdp-project-bpf-examples/tc-policy/Makefile

9 lines
171 B
Makefile
Raw Normal View History

# 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