9 lines
201 B
Makefile
9 lines
201 B
Makefile
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
|
||
|
|
top_srcdir ?= ../../..
|
||
|
|
|
||
|
|
include $(top_srcdir)/include/mk/testcases.mk
|
||
|
|
include $(top_srcdir)/include/mk/generic_leaf_target.mk
|
||
|
|
|
||
|
|
LDLIBS += $(KEYUTILS_LIBS)
|