xref: /linux-6.15/tools/testing/selftests/drivers/net/hw/Makefile (revision 71082faa)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0+ OR MIT
2
3TEST_GEN_FILES = iou-zcrx
4
5TEST_PROGS = \
6	csum.py \
7	devlink_port_split.py \
8	devmem.py \
9	ethtool.sh \
10	ethtool_extended_state.sh \
11	ethtool_mm.sh \
12	ethtool_rmon.sh \
13	hw_stats_l3.sh \
14	hw_stats_l3_gre.sh \
15	iou-zcrx.py \
16	loopback.sh \
17	nic_link_layer.py \
18	nic_performance.py \
19	pp_alloc_fail.py \
20	rss_ctx.py \
21	#
22
23TEST_FILES := \
24	ethtool_lib.sh \
25	#
26
27TEST_INCLUDES := \
28	$(wildcard lib/py/*.py ../lib/py/*.py) \
29	../../../net/lib.sh \
30	../../../net/forwarding/lib.sh \
31	../../../net/forwarding/ipip_lib.sh \
32	../../../net/forwarding/tc_common.sh \
33	#
34
35# YNL files, must be before "include ..lib.mk"
36YNL_GEN_FILES := ncdevmem
37TEST_GEN_FILES += $(YNL_GEN_FILES)
38
39include ../../../lib.mk
40
41# YNL build
42YNL_GENS := ethtool netdev
43include ../../../net/ynl.mk
44
45$(OUTPUT)/iou-zcrx: LDLIBS += -luring
46

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026