blob: c4feec5c338d188010f15475f70e274f3eae60a0 [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
option(
'dev_bin_dir',
type: 'string',
value: 'undef',
)
option(
'host_bin_dir',
type: 'string',
value: 'undef',
)
option(
'ot_version',
type: 'string',
value: 'undef',
)
option(
'tock_local',
type: 'boolean',
value: false,
)
option(
'keep_includes',
type: 'boolean',
value: true,
)
option(
'coverage',
type: 'boolean',
value: false,
)