blob: 01fd02d1a2e1660f3b376b5b69ec6dea9c46cdbb [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
hostTransport = get_option('host-transport')
if hostTransport == 'default'
subdir('default')
elif hostTransport == 'pldm'
subdir('pldm')
endif