xref: /spdk/examples/thread/thread/Makefile (revision c5b91b138647dc877611352ec567bebe7b76b3a9)
1#  SPDX-License-Identifier: BSD-3-Clause
2#  Copyright (C) 2022 Intel Corporation.
3#  All rights reserved.
4#
5SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
6include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
7include $(SPDK_ROOT_DIR)/mk/spdk.modules.mk
8
9APP := thread
10
11C_SRCS := thread_ex.c
12SPDK_LIB_LIST = $(ALL_MODULES_LIST) event event_bdev
13
14include $(SPDK_ROOT_DIR)/mk/spdk.app.mk
15