1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2010-2015 Intel Corporation
4 include $(RTE_SDK)/mk/rte.vars.mk
9 DEPDIRS-mempool := common bus
11 DEPDIRS-net := common bus mempool
12 DIRS-$(CONFIG_RTE_LIBRTE_BBDEV) += baseband
13 DEPDIRS-baseband := common bus mempool
14 DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
15 DEPDIRS-crypto := common bus mempool
16 DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
17 DEPDIRS-event := common bus mempool net
18 DIRS-$(CONFIG_RTE_LIBRTE_RAWDEV) += raw
19 DEPDIRS-raw := common bus mempool net event
21 include $(RTE_SDK)/mk/rte.subdir.mk