selftests: fix netfilter path in Makefile
authorYujie Liu <yujie.liu@intel.com>
Tue, 16 Apr 2024 05:32:10 +0000 (13:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Apr 2024 09:48:09 +0000 (10:48 +0100)
commit9ef1ed26a67b817fd08faf851468ef040db7d280
treed0e5cad2c2c8fba0ddb1026f13c9d24299c96b6c
parentaf3b4b0e59decfc4db2eafbb4e0d0658529019f6
selftests: fix netfilter path in Makefile

Netfilter tests have been moved to a subdir under selftests/net by
patch series [1]. Fix the path in selftests/Makefile accordingly.

This helps fix the following error:

    tools/testing/selftests$ make
    ...
    make[1]: Entering directory 'tools/testing/selftests'
    make[1]: *** netfilter: No such file or directory.  Stop.
    make[1]: Leaving directory 'tools/testing/selftests'

[1] https://lore.kernel.org/all/20240411233624.8129-1-fw@strlen.de/

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Yujie Liu <yujie.liu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/Makefile