New upstream version 18.08
[deb_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 DIRS-y += mempool
9 DEPDIRS-mempool := common bus
10 DIRS-y += net
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_PMD_QAT) += common/qat
17 DEPDIRS-common/qat := bus mempool
18 DIRS-$(CONFIG_RTE_LIBRTE_COMPRESSDEV) += compress
19 DEPDIRS-compress := bus mempool
20 DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
21 DEPDIRS-event := common bus mempool net
22 DIRS-$(CONFIG_RTE_LIBRTE_RAWDEV) += raw
23 DEPDIRS-raw := common bus mempool net event
24
25 include $(RTE_SDK)/mk/rte.subdir.mk