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 master 12 lines 353 B view raw
1# SPDX-License-Identifier: GPL-2.0-or-later 2 3CFLAGS += -Wall -O2 -g $(KHDR_INCLUDES) $(TOOLS_INCLUDES) 4LDLIBS += -lcap 5 6TEST_GEN_PROGS := empty_mntns_test overmount_chroot_test clone3_empty_mntns_test 7 8include ../../lib.mk 9 10$(OUTPUT)/empty_mntns_test: ../utils.c 11$(OUTPUT)/overmount_chroot_test: ../utils.c 12$(OUTPUT)/clone3_empty_mntns_test: ../utils.c