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 sources = files('axgbe_ethdev.c',
16 cflags += '-Wno-cast-qual'
18 if arch_subdir == 'x86'
19 sources += files('axgbe_rxtx_vec_sse.c')