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.19-rc8 12 lines 219 B view raw
1# SPDX-License-Identifier: GPL-2.0 2 3TEST_INCLUDES := \ 4 defaults.sh \ 5 ksft_runner.sh \ 6 set_sysctls.py \ 7 ../../kselftest/ktap_helpers.sh \ 8# end of TEST_INCLUDES 9 10TEST_PROGS := $(wildcard *.pkt) 11 12include ../../lib.mk