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 v4.17-rc2 10 lines 308 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 6include ../../lib.mk 7 8$(OUTPUT)/dscr_default_test: LDLIBS += -lpthread 9 10$(TEST_GEN_PROGS): ../harness.c