2018-03-29 14:54:31 +01:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2019-05-23 17:40:39 +00:00
|
|
|
# Copyright 2019 Mellanox Technologies, Ltd
|
2018-03-29 14:54:31 +01:00
|
|
|
|
|
|
|
# meson file, for building this example as part of a main DPDK build.
|
|
|
|
#
|
|
|
|
# To build this example as a standalone application with an already-installed
|
|
|
|
# DPDK instance, use 'make'
|
|
|
|
|
2019-05-23 17:40:39 +00:00
|
|
|
sources = files(
|
|
|
|
'commands.c', 'main.c'
|
|
|
|
)
|