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