xref: /spdk/test/unit/lib/rdma/Makefile (revision b5f360c4252b546c38a1ddfb98b07ece4cc45e40)
1#  SPDX-License-Identifier: BSD-3-Clause
2#  Copyright (c) 2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3#
4
5SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../..)
6include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
7
8DIRS-y = common.c
9
10.PHONY: all clean $(DIRS-y)
11
12all: $(DIRS-y)
13clean: $(DIRS-y)
14
15include $(SPDK_ROOT_DIR)/mk/spdk.subdirs.mk
16