1# 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
10