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 11 lines 221 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2TEST_GEN_PROGS := test-vphn 3 4top_srcdir = ../../../../.. 5include ../../lib.mk 6include ../flags.mk 7 8CFLAGS += -m64 -I$(CURDIR) -fno-strict-aliasing 9 10$(TEST_GEN_PROGS): ../harness.c 11