blob: 75767b840e28907a8fcc2e9f43bd1bd0c63ffe09 [file] [log] [blame]
Sam Elliott45fb1c62020-06-02 18:18:54 +01001# Copyright lowRISC contributors.
2# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3# SPDX-License-Identifier: Apache-2.0
4
Miguel Young de la Sota3c8ab3b2019-11-21 13:59:09 -06005option(
Philipp Wagner525891d2020-10-30 19:01:04 +00006 'bin_dir',
Miguel Young de la Sota3c8ab3b2019-11-21 13:59:09 -06007 type: 'string',
8 value: 'undef',
9)
Miguel Young de la Sotab2ef4832019-11-22 12:55:46 -060010
11option(
12 'ot_version',
13 type: 'string',
14 value: 'undef',
15)
Jon Flatleya863a282020-03-03 10:49:39 -050016
17option(
18 'tock_local',
19 type: 'boolean',
20 value: false,
21)
Sam Elliott371c79f2020-06-23 20:06:19 +010022
23option(
24 'keep_includes',
25 type: 'boolean',
26 value: true,
27)
Alphan Ulusoyd2bbbe12020-08-14 15:39:51 -040028
29option(
30 'coverage',
31 type: 'boolean',
32 value: false,
33)