Spdk/examples/nvme/pmr_persistence/Makefile

11 lines
230 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) Samsung Electronics Co., Ltd.
# All rights reserved.
#
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
APP = pmr_persistence
include $(SPDK_ROOT_DIR)/mk/nvme.libtest.mk