Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.12 11 lines 222 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# Makefile for net selftests 3 4TEST_PROGS := dev_addr_lists.sh 5 6TEST_INCLUDES := \ 7 ../bonding/lag_lib.sh \ 8 ../../../net/forwarding/lib.sh \ 9 ../../../net/lib.sh 10 11include ../../../lib.mk