1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright (c) 2018 Advanced Micro Devices, Inc. All rights reserved.
6 reason = 'only supported on linux'
9 allow_experimental_apis = true
11 sources = files('axgbe_ethdev.c',
18 cflags += '-Wno-cast-qual'
20 if arch_subdir == 'x86'
21 sources += files('axgbe_rxtx_vec_sse.c')