10c36081dSBruce Richardson# SPDX-License-Identifier: BSD-3-Clause 20c36081dSBruce Richardson# Copyright(c) 2019 Intel Corporation 30c36081dSBruce 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 100c36081dSBruce Richardsonsources = files('commands.c', 'cmdline_test.c') 110c36081dSBruce Richardsondeps += 'cmdline' 12