mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-25 19:42:19 +00:00
This is not an overlayfs specific header. Reviewed-by: John Hubbard <jhubbard@nvidia.com> Signed-off-by: Amir Goldstein <amir73il@gmail.com> Link: https://lore.kernel.org/20250509133240.529330-2-amir73il@gmail.com Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
15 lines
262 B
Makefile
15 lines
262 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
CFLAGS += -Wall
|
|
CFLAGS += $(KHDR_INCLUDES)
|
|
LDLIBS += -lcap
|
|
|
|
LOCAL_HDRS += ../wrappers.h log.h
|
|
|
|
TEST_GEN_PROGS := dev_in_maps
|
|
TEST_GEN_PROGS += set_layers_via_fds
|
|
|
|
include ../../lib.mk
|
|
|
|
$(OUTPUT)/set_layers_via_fds: ../utils.c
|