blob: 01fd02d1a2e1660f3b376b5b69ec6dea9c46cdbb [file] [log] [blame]
Ramesh Iyyar131994b2020-12-03 08:35:36 -06001# SPDX-License-Identifier: Apache-2.0
2
3hostTransport = get_option('host-transport')
4
5if hostTransport == 'default'
6 subdir('default')
7elif hostTransport == 'pldm'
8 subdir('pldm')
9endif