blob: e8bfeda9940a37307bfebcea1357ddcb34135066 [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(
Miguel Young de la Sota3c8ab3b2019-11-21 13:59:09 -06006 'dev_bin_dir',
7 type: 'string',
8 value: 'undef',
9)
10
11option(
12 'host_bin_dir',
13 type: 'string',
14 value: 'undef',
15)
Miguel Young de la Sotab2ef4832019-11-22 12:55:46 -060016
17option(
18 'ot_version',
19 type: 'string',
20 value: 'undef',
21)
Jon Flatleya863a282020-03-03 10:49:39 -050022
23option(
24 'tock_local',
25 type: 'boolean',
26 value: false,
27)
Sam Elliott371c79f2020-06-23 20:06:19 +010028
29option(
30 'keep_includes',
31 type: 'boolean',
32 value: true,
33)