kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile
authorHangbin Liu <liuhangbin@gmail.com>
Wed, 3 Nov 2021 02:44:56 +0000 (10:44 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Nov 2021 18:17:05 +0000 (19:17 +0100)
commit19f67358b60036a1489021ee46f244ab3ab933b0
treeaa23d4c9dac36067a36b0ab4e4ef63c5500723ef
parent13bf487e33d657e13635f3d8a672d3b564e3f023
kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile

[ Upstream commit b99ac1841147eefd8d8b52fcf00d7d917949ae7f ]

When generating the selftests to another folder, the include file
setup_loopback.sh/setup_veth.sh for gro.sh/gre_gro.sh are missing as
they are not in Makefile, e.g.

  make -C tools/testing/selftests/ install \
      TARGETS="net" INSTALL_PATH=/tmp/kselftests

Fixes: 7d1575014a63 ("selftests/net: GRO coalesce test")
Fixes: 9af771d2ec04 ("selftests/net: allow GRO coalesce test on veth")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/net/Makefile