devtools: pass custom options to checkpatch
[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
14 ifeq ($(CONFIG_RTE_LIBRTE_BBDEV),y)
15 DIRS-$(CONFIG_RTE_TEST_BBDEV) += test-bbdev
16 endif
17
18 ifeq ($(CONFIG_RTE_LIBRTE_COMPRESSDEV),y)
19 DIRS-$(CONFIG_RTE_APP_COMPRESS_PERF) += test-compress-perf
20 endif
21
22 ifeq ($(CONFIG_RTE_LIBRTE_CRYPTODEV),y)
23 DIRS-$(CONFIG_RTE_APP_CRYPTO_PERF) += test-crypto-perf
24 endif
25
26 ifeq ($(CONFIG_RTE_LIBRTE_EVENTDEV),y)
27 DIRS-$(CONFIG_RTE_APP_EVENTDEV) += test-eventdev
28 endif
29
30 include $(RTE_SDK)/mk/rte.subdir.mk