1103809d0SVladimir Medvedkin# SPDX-License-Identifier: BSD-3-Clause 2103809d0SVladimir Medvedkin# Copyright(c) 2019 Intel Corporation 3103809d0SVladimir Medvedkin 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 10103809d0SVladimir Medvedkinsources = files('main.c') 11103809d0SVladimir Medvedkindeps += ['fib', 'lpm', 'net'] 12