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.5 12 lines 397 B view raw
1# SPDX-License-Identifier: GPL-2.0 2TEST_GEN_PROGS := dscr_default_test dscr_explicit_test dscr_user_test \ 3 dscr_inherit_test dscr_inherit_exec_test dscr_sysfs_test \ 4 dscr_sysfs_thread_test 5 6top_srcdir = ../../../../.. 7include ../../lib.mk 8 9$(OUTPUT)/dscr_default_test: LDLIBS += -lpthread 10$(OUTPUT)/dscr_explicit_test: LDLIBS += -lpthread 11 12$(TEST_GEN_PROGS): ../harness.c ../utils.c