Spdk/examples/nvme/cmb_copy/Makefile

11 lines
207 B
Makefile
Raw Normal View History

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