lib/log_rpc: add a map file.
This library doesn't actually export any symbols. Signed-off-by: Seth Howell <seth.howell@intel.com> Change-Id: I84a763e73d1b2a189e72361a962852d4a8d8387c Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2236 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
ab0b76c40e
commit
7b8a717ff8
@ -41,4 +41,6 @@ SO_SUFFIX := $(SO_VER).$(SO_MINOR)
|
||||
C_SRCS = log_rpc.c
|
||||
LIBNAME = log_rpc
|
||||
|
||||
SPDK_MAP_FILE = $(abspath $(CURDIR)/spdk_log_rpc.map)
|
||||
|
||||
include $(SPDK_ROOT_DIR)/mk/spdk.lib.mk
|
||||
|
3
lib/log_rpc/spdk_log_rpc.map
Normal file
3
lib/log_rpc/spdk_log_rpc.map
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
local: *;
|
||||
};
|
Loading…
Reference in New Issue
Block a user