1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2010-2015 Intel Corporation
4 include $(RTE_SDK)/mk/rte.vars.mk
10 DEPDIRS-mempool := common bus
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_EVENTDEV) += event
22 DEPDIRS-event := common bus mempool net
23 DIRS-$(CONFIG_RTE_LIBRTE_RAWDEV) += raw
24 DEPDIRS-raw := common bus mempool net event
26 include $(RTE_SDK)/mk/rte.subdir.mk