Spdk/examples/nvme/cmb_copy/Makefile

12 lines
248 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (C) 2019 Intel Corporation.
# Copyright (c) Eideticom Inc
# All rights reserved.
#
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
APP = cmb_copy
include $(SPDK_ROOT_DIR)/mk/nvme.libtest.mk