build: update meson for Marvell Armada drivers
[dpdk.git] / drivers / common / mvep / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Marvell International Ltd.
3 # Copyright(c) 2018 Semihalf.
4 # All rights reserved.
5 #
6
7 dep = dependency('libmusdk', required: false)
8 if not dep.found()
9         build = false
10         reason = 'missing dependency, "libmusdk"'
11         subdir_done()
12 endif
13
14 ext_deps += dep
15
16 sources = files('mvep_common.c')