12898348cSBruce Richardson# SPDX-License-Identifier: BSD-3-Clause 22898348cSBruce Richardson# Copyright(c) 2018 Intel Corporation 32898348cSBruce Richardson 4b9d60b54SPallavi Kadamif is_windows 5b9d60b54SPallavi Kadam build = false 6b9d60b54SPallavi Kadam reason = 'not supported on Windows' 7b9d60b54SPallavi Kadam subdir_done() 8b9d60b54SPallavi Kadamendif 9b9d60b54SPallavi Kadam 10*4ad4b20aSBruce Richardsonsources = files( 11*4ad4b20aSBruce Richardson 'cxgbe_ethdev.c', 122898348cSBruce Richardson 'cxgbe_main.c', 132898348cSBruce Richardson 'cxgbevf_ethdev.c', 142898348cSBruce Richardson 'cxgbevf_main.c', 152898348cSBruce Richardson 'sge.c', 162898348cSBruce Richardson 'cxgbe_filter.c', 172898348cSBruce Richardson 'cxgbe_flow.c', 183f2c1e20SShagun Agrawal 'clip_tbl.c', 196fda3f0dSShagun Agrawal 'mps_tcam.c', 2023af667fSShagun Agrawal 'l2t.c', 21a99564c6SKarra Satwik 'smt.c', 222898348cSBruce Richardson 'base/t4_hw.c', 23*4ad4b20aSBruce Richardson 'base/t4vf_hw.c', 24*4ad4b20aSBruce Richardson) 252898348cSBruce Richardsonincludes += include_directories('base') 26