sleep in control plane thread
[dpdk.git] / app / Makefile
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2010-2014 Intel Corporation
3
4 include $(RTE_SDK)/mk/rte.vars.mk
5
6 DIRS-$(CONFIG_RTE_APP_TEST) += test
7 DIRS-$(CONFIG_RTE_TEST_PMD) += test-pmd
8 DIRS-$(CONFIG_RTE_PROC_INFO) += proc-info
9 DIRS-$(CONFIG_RTE_LIBRTE_PDUMP) += pdump
10 DIRS-$(CONFIG_RTE_LIBRTE_ACL) += test-acl
11 DIRS-$(CONFIG_RTE_LIBRTE_CMDLINE) += test-cmdline
12 DIRS-$(CONFIG_RTE_LIBRTE_PIPELINE) += test-pipeline
13 DIRS-$(CONFIG_RTE_LIBRTE_IPSEC) += test-sad
14
15 ifeq ($(CONFIG_RTE_LIBRTE_BBDEV),y)
16 DIRS-$(CONFIG_RTE_TEST_BBDEV) += test-bbdev
17 endif
18
19 ifeq ($(CONFIG_RTE_LIBRTE_COMPRESSDEV),y)
20 DIRS-$(CONFIG_RTE_APP_COMPRESS_PERF) += test-compress-perf
21 endif
22
23 ifeq ($(CONFIG_RTE_LIBRTE_CRYPTODEV),y)
24 DIRS-$(CONFIG_RTE_APP_CRYPTO_PERF) += test-crypto-perf
25 endif
26
27 ifeq ($(CONFIG_RTE_LIBRTE_EVENTDEV),y)
28 DIRS-$(CONFIG_RTE_APP_EVENTDEV) += test-eventdev
29 endif
30
31 include $(RTE_SDK)/mk/rte.subdir.mk