199a2dd95SBruce Richardson# SPDX-License-Identifier: BSD-3-Clause 299a2dd95SBruce Richardson# Copyright(c) 2017 Intel Corporation 399a2dd95SBruce Richardson 4*b1094939SBruce Richardsonif is_windows 5*b1094939SBruce Richardson build = false 6*b1094939SBruce Richardson reason = 'not supported on Windows' 7*b1094939SBruce Richardson subdir_done() 8*b1094939SBruce Richardsonendif 9*b1094939SBruce Richardson 1099a2dd95SBruce Richardsonsources = files('rte_jobstats.c') 1199a2dd95SBruce Richardsonheaders = files('rte_jobstats.h') 12