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
|
2021-04-20 10:22:25 +00:00
|
|
|
build = false
|
|
|
|
reason = 'only supported on Linux'
|
2018-10-03 13:36:05 +00:00
|
|
|
endif
|
|
|
|
|
2019-10-23 06:06:02 +00:00
|
|
|
deps += ['common_dpaax']
|
2021-04-20 10:22:25 +00:00
|
|
|
sources = files(
|
|
|
|
'enetc_ethdev.c',
|
|
|
|
'enetc_rxtx.c',
|
|
|
|
)
|
2018-10-03 13:36:05 +00:00
|
|
|
|
|
|
|
includes += include_directories('base')
|