mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 11:58:32 -04: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
|