1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2010-2015 Intel Corporation
4 include $(RTE_SDK)/mk/rte.vars.mk
10 DEPDIRS-net := bus mempool
11 DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
12 DEPDIRS-crypto := bus mempool
13 DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
14 DEPDIRS-event := bus mempool net
16 include $(RTE_SDK)/mk/rte.subdir.mk