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.
|
2015-12-03 21:30:38 +00:00
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
|
2016-05-09 20:56:07 +00:00
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
|
2015-12-03 21:30:38 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
|
|
|
|
|
2019-05-21 11:46:47 +00:00
|
|
|
APP = ioat_perf
|
2015-12-03 21:30:38 +00:00
|
|
|
|
|
|
|
C_SRCS := perf.c
|
|
|
|
|
2020-12-11 20:41:37 +00:00
|
|
|
SPDK_LIB_LIST = ioat util
|
2015-12-03 21:30:38 +00:00
|
|
|
|
2018-11-20 22:03:15 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.app.mk
|