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 14 lines 262 B view raw
1# SPDX-License-Identifier: GPL-2.0 2 3CFLAGS += -Wall 4CFLAGS += $(KHDR_INCLUDES) 5LDLIBS += -lcap 6 7LOCAL_HDRS += ../wrappers.h log.h 8 9TEST_GEN_PROGS := dev_in_maps 10TEST_GEN_PROGS += set_layers_via_fds 11 12include ../../lib.mk 13 14$(OUTPUT)/set_layers_via_fds: ../utils.c