1474572d2SBruce Richardson# SPDX-License-Identifier: BSD-3-Clause 2474572d2SBruce Richardson# Copyright(c) 2019 Intel Corporation 3474572d2SBruce Richardson 4*634b7310SJie Zhouif is_windows 5*634b7310SJie Zhou build = false 6*634b7310SJie Zhou reason = 'not supported on Windows' 7*634b7310SJie Zhou subdir_done() 8*634b7310SJie Zhouendif 9*634b7310SJie Zhou 10474572d2SBruce Richardsonsources = files( 11474572d2SBruce Richardson 'config.c', 12474572d2SBruce Richardson 'init.c', 13474572d2SBruce Richardson 'main.c', 14474572d2SBruce Richardson 'pipeline_acl.c', 15474572d2SBruce Richardson 'pipeline_hash.c', 16474572d2SBruce Richardson 'pipeline_lpm.c', 17474572d2SBruce Richardson 'pipeline_lpm_ipv6.c', 18474572d2SBruce Richardson 'pipeline_stub.c', 1923bd8128SBruce Richardson 'runtime.c', 2023bd8128SBruce Richardson) 21b9a84267SBruce Richardsondeps += ['pipeline', 'pci'] 22