1d30ea906Sjfb8856606# SPDX-License-Identifier: BSD-3-Clause 2d30ea906Sjfb8856606# Copyright(c) 2018 Intel Corporation 3d30ea906Sjfb8856606 4d30ea906Sjfb8856606# meson file, for building this example as part of a main DPDK build. 5d30ea906Sjfb8856606# 6d30ea906Sjfb8856606# To build this example as a standalone application with an already-installed 7d30ea906Sjfb8856606# DPDK instance, use 'make' 8d30ea906Sjfb8856606 94418919fSjohnjiangbuild = is_linux 10*2d9fd380Sjfb8856606if not build 11*2d9fd380Sjfb8856606 subdir_done() 12*2d9fd380Sjfb8856606endif 13*2d9fd380Sjfb8856606 144418919fSjohnjiangsources = files('lib/rte_ethtool.c', 154418919fSjohnjiang 'ethtool-app/ethapp.c', 164418919fSjohnjiang 'ethtool-app/main.c') 174418919fSjohnjiangincludes = include_directories('lib', 'ethtool-app') 184418919fSjohnjiang 194418919fSjohnjiangdeps += 'bus_pci' 20*2d9fd380Sjfb8856606if dpdk_conf.has('RTE_NET_IXGBE') 21*2d9fd380Sjfb8856606 deps += 'net_ixgbe' 224418919fSjohnjiangendif 234418919fSjohnjiang 244418919fSjohnjiangallow_experimental_apis = true 25