Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / testing / selftests / drivers / net / hw / Makefile
blob21ba64ce1e34be931157fb58acd12d6d698b9c1c
1 # SPDX-License-Identifier: GPL-2.0+ OR MIT
3 TEST_PROGS = \
4 csum.py \
5 devlink_port_split.py \
6 devmem.py \
7 ethtool.sh \
8 ethtool_extended_state.sh \
9 ethtool_mm.sh \
10 ethtool_rmon.sh \
11 hw_stats_l3.sh \
12 hw_stats_l3_gre.sh \
13 loopback.sh \
14 nic_link_layer.py \
15 nic_performance.py \
16 pp_alloc_fail.py \
17 rss_ctx.py \
20 TEST_FILES := \
21 ethtool_lib.sh \
24 TEST_INCLUDES := \
25 $(wildcard lib/py/*.py ../lib/py/*.py) \
26 ../../../net/lib.sh \
27 ../../../net/forwarding/lib.sh \
28 ../../../net/forwarding/ipip_lib.sh \
29 ../../../net/forwarding/tc_common.sh \
32 # YNL files, must be before "include ..lib.mk"
33 YNL_GEN_FILES := ncdevmem
34 TEST_GEN_FILES += $(YNL_GEN_FILES)
36 include ../../../lib.mk
38 # YNL build
39 YNL_GENS := ethtool netdev
40 include ../../../net/ynl.mk