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-07-16 00:10:45 +00:00
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
|
2018-03-22 22:18:32 +00:00
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
|
2016-07-16 00:10:45 +00:00
|
|
|
|
|
|
|
APP = overhead
|
|
|
|
|
2020-10-02 16:49:24 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/nvme.libtest.mk
|
|
|
|
|
2016-07-16 00:10:45 +00:00
|
|
|
ifeq ($(OS),Linux)
|
2018-09-12 19:39:09 +00:00
|
|
|
SYS_LIBS += -laio
|
2016-07-16 00:10:45 +00:00
|
|
|
CFLAGS += -DHAVE_LIBAIO
|
|
|
|
endif
|