2018-10-03 13:36:05 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright 2018 NXP
|
|
|
|
|
2019-04-09 10:55:36 +00:00
|
|
|
if not is_linux
|
2018-10-03 13:36:05 +00:00
|
|
|
build = false
|
|
|
|
endif
|
|
|
|
|
2018-10-03 13:36:06 +00:00
|
|
|
sources = files('enetc_ethdev.c',
|
|
|
|
'enetc_rxtx.c')
|
2018-10-03 13:36:05 +00:00
|
|
|
|
|
|
|
includes += include_directories('base')
|