1
0
Fork 0
linux/tools/testing/selftests/drivers/net/hw/Makefile
Daniel Baumann 79d69e5050
Adding upstream version 6.12.33.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 12:14:28 +02:00

29 lines
530 B
Makefile

# SPDX-License-Identifier: GPL-2.0+ OR MIT
TEST_PROGS = \
csum.py \
devlink_port_split.py \
ethtool.sh \
ethtool_extended_state.sh \
ethtool_mm.sh \
ethtool_rmon.sh \
hw_stats_l3.sh \
hw_stats_l3_gre.sh \
loopback.sh \
pp_alloc_fail.py \
rss_ctx.py \
#
TEST_FILES := \
ethtool_lib.sh \
#
TEST_INCLUDES := \
$(wildcard lib/py/*.py ../lib/py/*.py) \
../../../net/lib.sh \
../../../net/forwarding/lib.sh \
../../../net/forwarding/ipip_lib.sh \
../../../net/forwarding/tc_common.sh \
#
include ../../../lib.mk