1# SPDX-License-Identifier: GPL-2.0+ OR MIT 2 3TEST_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 \ 18 rss_input_xfrm.py \ 19 tso.py \ 20 # 21 22TEST_FILES := \ 23 ethtool_lib.sh \ 24 # 25 26TEST_INCLUDES := \ 27 $(wildcard lib/py/*.py ../lib/py/*.py) \ 28 ../../../net/lib.sh \ 29 ../../../net/forwarding/lib.sh \ 30 ../../../net/forwarding/ipip_lib.sh \ 31 ../../../net/forwarding/tc_common.sh \ 32 # 33 34# YNL files, must be before "include ..lib.mk" 35YNL_GEN_FILES := ncdevmem 36TEST_GEN_FILES += $(YNL_GEN_FILES) 37 38include ../../../lib.mk 39 40# YNL build 41YNL_GENS := ethtool netdev 42include ../../../net/ynl.mk 43