xref: /spdk/lib/ut/Makefile (revision 355312bfcd3751f9af17fbefc90373fb8a269614)
1#  SPDX-License-Identifier: BSD-3-Clause
2#  Copyright (C) 2023 Intel Corporation. All rights reserved.
3#
4
5SPDK_ROOT_DIR := $(abspath $(CURDIR)/../..)
6include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
7
8SO_VER := 2
9SO_MINOR := 0
10
11C_SRCS = ut.c
12LIBNAME = ut
13
14LOCAL_SYS_LIBS = -lcunit
15
16SPDK_MAP_FILE = $(abspath $(CURDIR)/spdk_ut.map)
17
18include $(SPDK_ROOT_DIR)/mk/spdk.lib.mk
19