xref: /spdk/test/unit/lib/nvmf/fc_ls.c/Makefile (revision a5f87f39127c7e0da8d9c4fcd042a27e350be84e)
1#  SPDX-License-Identifier: BSD-3-Clause
2#  Copyright (c) 2018 Broadcom.  All Rights Reserved.
3#  The term "Broadcom" refers to Broadcom Limited and/or its subsidiaries.
4#
5
6SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../../)
7include $(SPDK_ROOT_DIR)/mk/config.mk
8
9CFLAGS += -I$(SPDK_ROOT_DIR)/test/common/lib -I$(SPDK_ROOT_DIR)/lib/nvmf $(ENV_CFLAGS)
10
11ifneq ($(strip $(CONFIG_FC_PATH)),)
12CFLAGS += -I$(CONFIG_FC_PATH)
13endif
14
15TEST_FILE = fc_ls_ut.c
16
17include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
18