aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/compress/Makefile
blob: 286ea6ee84e12f812eaa5fdb71f8b20cda5efd17 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation

include $(RTE_SDK)/mk/rte.vars.mk

DIRS-$(CONFIG_RTE_LIBRTE_PMD_ISAL) += isal
DIRS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX_ZIPVF) += octeontx
DIRS-$(CONFIG_RTE_LIBRTE_PMD_ZLIB) += zlib

include $(RTE_SDK)/mk/rte.subdir.mk