c70bdf9ccf5d0862d315aa5b5d5b144aca155123
[dpdk.git] / drivers / Makefile
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2010-2015 Intel Corporation
3
4 include $(RTE_SDK)/mk/rte.vars.mk
5
6 DIRS-y += common
7 DIRS-y += bus
8 DEPDIRS-bus := common
9 DIRS-y += mempool
10 DEPDIRS-mempool := common bus
11 DIRS-y += net
12 DEPDIRS-net := common bus mempool
13 DIRS-$(CONFIG_RTE_LIBRTE_BBDEV) += baseband
14 DEPDIRS-baseband := common bus mempool
15 DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
16 DEPDIRS-crypto := common bus mempool
17 DIRS-$(CONFIG_RTE_LIBRTE_PMD_QAT) += common/qat
18 DEPDIRS-common/qat := bus mempool
19 DIRS-$(CONFIG_RTE_LIBRTE_COMPRESSDEV) += compress
20 DEPDIRS-compress := bus mempool
21 DIRS-$(CONFIG_RTE_LIBRTE_VHOST) += vdpa
22 DEPDIRS-vdpa := common bus mempool
23 DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
24 DEPDIRS-event := common bus mempool net crypto
25 DIRS-$(CONFIG_RTE_LIBRTE_RAWDEV) += raw
26 DEPDIRS-raw := common bus mempool net event
27
28 include $(RTE_SDK)/mk/rte.subdir.mk