Spdk/examples/ioat/verify/Makefile

16 lines
301 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (C) 2015 Intel Corporation.
# All rights reserved.
#
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
APP = verify
C_SRCS := verify.c
SPDK_LIB_LIST = ioat util
include $(SPDK_ROOT_DIR)/mk/spdk.app.mk