Upload New File

This commit is contained in:
wang bojing
2024-08-10 14:25:32 +00:00
parent 3367681ab1
commit 13016eacd6

18
success-case/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Intel Corporation.
# All rights reserved.
#
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
SO_VER := 1
SO_MINOR := 2
SO_SUFFIX := $(SO_VER).$(SO_MINOR)
LIBNAME = zvfs
C_SRCS = zvfs.c
SPDK_MAP_FILE = $(abspath $(CURDIR)/spdk_zvfs.map)
include $(SPDK_ROOT_DIR)/mk/spdk.lib.mk