blob: 733156bbf57987c674e973c3745ca8fdbc9186c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
if host_machine.system() != 'linux'
build = false
endif
sources = files('enetc_ethdev.c',
'enetc_rxtx.c')
includes += include_directories('base')
|