aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/event/dpaa/meson.build
blob: 0914f858ef952e3d52a2464905235c0c184e00e5 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP

if host_machine.system() != 'linux'
	build = false
endif
deps += ['pmd_dpaa']
sources = files('dpaa_eventdev.c')

allow_experimental_apis = true