2017-12-19 15:49:01 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2010-2015 Intel Corporation
|
2015-05-15 16:56:46 +01:00
|
|
|
|
|
|
|
include $(RTE_SDK)/mk/rte.vars.mk
|
|
|
|
|
2017-04-11 19:07:08 +05:30
|
|
|
DIRS-y += bus
|
2017-03-31 11:05:36 +05:30
|
|
|
DIRS-y += mempool
|
2017-10-16 13:42:46 +00:00
|
|
|
DEPDIRS-mempool := bus
|
2015-05-15 16:56:46 +01:00
|
|
|
DIRS-y += net
|
2017-04-11 19:19:17 +05:30
|
|
|
DEPDIRS-net := bus mempool
|
2016-03-11 11:13:48 +02:00
|
|
|
DIRS-$(CONFIG_RTE_LIBRTE_CRYPTODEV) += crypto
|
2017-10-09 19:51:40 +05:30
|
|
|
DEPDIRS-crypto := bus mempool
|
2017-10-16 13:42:46 +00:00
|
|
|
DIRS-$(CONFIG_RTE_LIBRTE_EVENTDEV) += event
|
2017-10-23 18:07:04 +05:30
|
|
|
DEPDIRS-event := bus mempool net
|
2015-05-15 16:56:46 +01:00
|
|
|
|
|
|
|
include $(RTE_SDK)/mk/rte.subdir.mk
|