1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright (c) 2018 Advanced Micro Devices, Inc. All rights reserved.
4 if host_machine.system() != 'linux'
8 sources = files('axgbe_ethdev.c',
15 cflags += '-Wno-cast-qual'
17 if arch_subdir == 'x86'
18 sources += files('axgbe_rxtx_vec_sse.c')