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 # 19 20TEST_FILES := \ 21 ethtool_lib.sh \ 22 # 23 24TEST_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 \ 30 # 31 32# YNL files, must be before "include ..lib.mk" 33YNL_GEN_FILES := ncdevmem 34TEST_GEN_FILES += $(YNL_GEN_FILES) 35 36include ../../../lib.mk 37 38# YNL build 39YNL_GENS := ethtool netdev 40include ../../../net/ynl.mk 41