| Ramesh Iyyar | 131994b | 2020-12-03 08:35:36 -0600 | [diff] [blame] | 1 | # SPDX-License-Identifier: Apache-2.0 |
| 2 | |||||
| 3 | hostTransport = get_option('host-transport') | ||||
| 4 | |||||
| 5 | if hostTransport == 'default' | ||||
| 6 | subdir('default') | ||||
| 7 | elif hostTransport == 'pldm' | ||||
| 8 | subdir('pldm') | ||||
| 9 | endif | ||||