We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f0943 commit c68946eCopy full SHA for c68946e
3 files changed
tools/testing/selftests/filesystems/overlayfs/Makefile
@@ -1,7 +1,14 @@
1
# SPDX-License-Identifier: GPL-2.0
2
3
-TEST_GEN_PROGS := dev_in_maps set_layers_via_fds
+CFLAGS += -Wall
4
+CFLAGS += $(KHDR_INCLUDES)
5
+LDLIBS += -lcap
6
-CFLAGS := -Wall -Werror
7
+LOCAL_HDRS += wrappers.h log.h
8
+
9
+TEST_GEN_PROGS := dev_in_maps
10
+TEST_GEN_PROGS += set_layers_via_fds
11
12
include ../../lib.mk
13
14
+$(OUTPUT)/set_layers_via_fds: ../utils.c
0 commit comments