2022-06-03 19:15:11 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-11-01 20:26:26 +00:00
|
|
|
# Copyright (C) 2015 Intel Corporation.
|
2016-05-10 23:17:51 +00:00
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
|
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../..)
|
2016-07-18 23:12:51 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
|
2016-05-10 23:17:51 +00:00
|
|
|
|
2022-08-10 22:29:42 +00:00
|
|
|
SO_VER := 7
|
2022-11-14 02:47:03 +00:00
|
|
|
SO_MINOR := 1
|
2020-02-28 20:47:11 +00:00
|
|
|
|
2019-08-14 22:26:37 +00:00
|
|
|
C_SRCS = trace.c trace_flags.c trace_rpc.c
|
2016-05-10 23:17:51 +00:00
|
|
|
LIBNAME = trace
|
2020-09-24 00:12:58 +00:00
|
|
|
LOCAL_SYS_LIBS = -lrt
|
2016-05-10 23:17:51 +00:00
|
|
|
|
2020-05-10 00:11:53 +00:00
|
|
|
SPDK_MAP_FILE = $(abspath $(CURDIR)/spdk_trace.map)
|
|
|
|
|
2016-05-10 23:17:51 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.lib.mk
|