Miguel Osorio | 03f2e23 | 2019-09-17 19:44:37 -0700 | [diff] [blame] | 1 | # Copyright lowRISC contributors. |
| 2 | # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| 3 | # SPDX-License-Identifier: Apache-2.0 |
| 4 | |
Philipp Wagner | 525891d | 2020-10-30 19:01:04 +0000 | [diff] [blame] | 5 | # A command, for use in custom_target(), to build artifacts into $BIN_DIR. |
| 6 | export_target_command = [ |
| 7 | meson.source_root() / 'util/export_target.sh', |
| 8 | bin_dir / 'sw', |
| 9 | 'sw', |
| 10 | '@OUTDIR@', |
| 11 | '@INPUT@', |
| 12 | ] |
Sam Elliott | 08f926f | 2020-11-20 13:09:14 +0000 | [diff] [blame] | 13 | export_target_depend_files = [ |
| 14 | meson.source_root() / 'util/export_target.sh', |
| 15 | ] |
Philipp Wagner | 525891d | 2020-10-30 19:01:04 +0000 | [diff] [blame] | 16 | |
Greg Chadwick | 11a4910 | 2019-11-27 14:18:16 +0000 | [diff] [blame] | 17 | subdir('vendor') |
Philipp Wagner | 80cc823 | 2020-10-29 16:26:09 +0000 | [diff] [blame] | 18 | subdir('otbn') |
Miguel Osorio | 03f2e23 | 2019-09-17 19:44:37 -0700 | [diff] [blame] | 19 | subdir('host') |
Sam Elliott | 7d3ff15 | 2020-11-09 10:49:34 +0000 | [diff] [blame] | 20 | subdir('device') |