bb/null: add null base band device driver
[dpdk.git] / drivers / bbdev / Makefile
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 include $(RTE_SDK)/mk/rte.vars.mk
5
6 core-libs := librte_eal librte_mbuf librte_mempool librte_ring
7 core-libs += librte_bbdev librte_kvargs librte_cfgfile
8
9 DIRS-$(CONFIG_RTE_LIBRTE_PMD_BBDEV_NULL) += null
10 DEPDIRS-null = $(core-libs)
11
12 include $(RTE_SDK)/mk/rte.subdir.mk