1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017 Intel Corporation 3 4if is_windows 5 subdir_done() 6endif 7 8drivers = ['dpaa', 'dpaa2', 'octeontx2', 'opdl', 'skeleton', 'sw', 'dsw'] 9if not (toolchain == 'gcc' and cc.version().version_compare('<4.8.6') and 10 dpdk_conf.has('RTE_ARCH_ARM64')) 11 drivers += 'octeontx' 12endif 13std_deps = ['eventdev', 'kvargs'] 14config_flag_fmt = 'RTE_LIBRTE_@0@_EVENTDEV_PMD' 15driver_name_fmt = 'rte_pmd_@0@_event' 16