Commit 5ae3bcc2 authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

selftests: drv-net: add rss_api to the Makefile



I missed adding rss_api.py to the Makefile. The NIPA Makefile
checking script was scanning for shell scripts only, so it
didn't flag it either.

Fixes: 4d13c6c4 ("selftests: drv-net: test RSS Netlink notifications")
Reviewed-by: default avatarSimon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250712012005.4010263-1-kuba@kernel.org


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 53d20606
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ TEST_PROGS = \
	irq.py \
	loopback.sh \
	pp_alloc_fail.py \
	rss_api.py \
	rss_ctx.py \
	rss_input_xfrm.py \
	tso.py \