15bcf1649SPavel Belous# SPDX-License-Identifier: BSD-3-Clause 25bcf1649SPavel Belous# Copyright(c) 2018 Aquantia Corporation 35bcf1649SPavel Belous 4*b9d60b54SPallavi Kadamif is_windows 5*b9d60b54SPallavi Kadam build = false 6*b9d60b54SPallavi Kadam reason = 'not supported on Windows' 7*b9d60b54SPallavi Kadam subdir_done() 8*b9d60b54SPallavi Kadamendif 9*b9d60b54SPallavi Kadam 105bcf1649SPavel Beloussources = files( 11b78958e2SPavel Belous 'atl_rxtx.c', 125bcf1649SPavel Belous 'atl_ethdev.c', 13cab05c53SIgor Russkikh 'atl_hw_regs.c', 147906661eSIgor Russkikh 'hw_atl/hw_atl_b0.c', 1531617c04SIgor Russkikh 'hw_atl/hw_atl_llh.c', 1686d36773SIgor Russkikh 'hw_atl/hw_atl_utils_fw2x.c', 1786d36773SIgor Russkikh 'hw_atl/hw_atl_utils.c', 18ec0dec44SPavel Belous 'rte_pmd_atlantic.c', 195bcf1649SPavel Belous) 20