xref: /dpdk/drivers/net/enetc/meson.build (revision 4ad4b20a79052d9c8062b64eaf0170c16a333ff8)
1696fa399SGagandeep Singh# SPDX-License-Identifier: BSD-3-Clause
2696fa399SGagandeep Singh# Copyright 2018 NXP
3696fa399SGagandeep Singh
4adf93ca5SBruce Richardsonif not is_linux
5696fa399SGagandeep Singh    build = false
6135155a8SThomas Monjalon    reason = 'only supported on Linux'
7696fa399SGagandeep Singhendif
8696fa399SGagandeep Singh
9e56463ecSGagandeep Singhdeps += ['common_dpaax']
10*4ad4b20aSBruce Richardsonsources = files(
11*4ad4b20aSBruce Richardson        'enetc_ethdev.c',
12*4ad4b20aSBruce Richardson        'enetc_rxtx.c',
13*4ad4b20aSBruce Richardson)
14696fa399SGagandeep Singh
15696fa399SGagandeep Singhincludes += include_directories('base')
16