xref: /dpdk/drivers/compress/octeontx/meson.build (revision daa02b5cddbb8e11b31d41e2bf7bb1ae64dcae2f)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Cavium, Inc
3
4if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
5	build = false
6	reason = 'only supported on 64-bit Linux'
7	subdir_done()
8endif
9
10sources = files('otx_zip.c', 'otx_zip_pmd.c')
11includes += include_directories('include')
12deps += ['mempool_octeontx', 'bus_pci']
13ext_deps += dep
14