Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.6 10 lines 176 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# Makefile for net selftests 3 4TEST_PROGS := dev_addr_lists.sh 5 6TEST_FILES := \ 7 lag_lib.sh \ 8 net_forwarding_lib.sh 9 10include ../../../lib.mk