mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-20 16:52:28 +00:00
Add a new set of helpers that will be used in follow-up patches. Signed-off-by: Christian Brauner <brauner@kernel.org>
15 lines
259 B
Makefile
15 lines
259 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
|