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 15 lines 269 B view raw
1# SPDX-License-Identifier: GPL-2.0+ OR MIT 2 3TEST_PROGS = basic_features.sh \ 4 # 5 6TEST_FILES = \ 7 virtio_net_common.sh \ 8 # 9 10TEST_INCLUDES = \ 11 ../../../net/forwarding/lib.sh \ 12 ../../../net/lib.sh \ 13 # 14 15include ../../../lib.mk