14418919fSjohnjiang# SPDX-License-Identifier: BSD-3-Clause 24418919fSjohnjiang# Copyright(c) 2019 Intel Corporation 34418919fSjohnjiang 44418919fSjohnjiang# meson file, for building this example as part of a main DPDK build. 54418919fSjohnjiang# 64418919fSjohnjiang# To build this example as a standalone application with an already-installed 74418919fSjohnjiang# DPDK instance, use 'make' 84418919fSjohnjiang 94418919fSjohnjiangname = 'efd_node' 104418919fSjohnjiang 11*2d9fd380Sjfb8856606allow_experimental_apis = true 124418919fSjohnjiangdeps += ['hash'] 134418919fSjohnjiangsources += files('node.c') 144418919fSjohnjiangincludes += include_directories('../shared') 15