aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/event/dpaa2/meson.build
blob: a0db6fc21e142072df78d6edc847dafc0fded4aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP

version = 2

if host_machine.system() != 'linux'
	build = false
endif
deps += ['bus_vdev', 'pmd_dpaa2', 'pmd_dpaa2_sec']
sources = files('dpaa2_hw_dpcon.c',
		'dpaa2_eventdev.c')

allow_experimental_apis = true
includes += include_directories('../../crypto/dpaa2_sec/')