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
|
2020-11-06 17:08:32 +00:00
|
|
|
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']
|
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')
|