Spdk/lib/nbd/Makefile

18 lines
355 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (C) 2015 Intel Corporation.
# All rights reserved.
#
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../..)
include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
SO_VER := 5
SO_MINOR := 0
LIBNAME = nbd
C_SRCS = nbd.c nbd_rpc.c
SPDK_MAP_FILE = $(abspath $(CURDIR)/spdk_nbd.map)
include $(SPDK_ROOT_DIR)/mk/spdk.lib.mk