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-06-14 07:19:38 +00:00
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
|
2020-05-11 22:02:01 +00:00
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
|
2016-06-14 07:19:38 +00:00
|
|
|
|
|
|
|
APP = arbitration
|
|
|
|
|
2016-11-18 17:49:28 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/nvme.libtest.mk
|