blob: 18109d0ccb9f1afba5bd27261563f99289fcdd33 [file] [log] [blame]
Miguel Osorio03f2e232019-09-17 19:44:37 -07001# 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 Wagner525891d2020-10-30 19:01:04 +00005# A command, for use in custom_target(), to build artifacts into $BIN_DIR.
6export_target_command = [
7 meson.source_root() / 'util/export_target.sh',
8 bin_dir / 'sw',
9 'sw',
10 '@OUTDIR@',
11 '@INPUT@',
12]
Sam Elliott08f926f2020-11-20 13:09:14 +000013export_target_depend_files = [
14 meson.source_root() / 'util/export_target.sh',
15]
Philipp Wagner525891d2020-10-30 19:01:04 +000016
Greg Chadwick11a49102019-11-27 14:18:16 +000017subdir('vendor')
Philipp Wagner80cc8232020-10-29 16:26:09 +000018subdir('otbn')
Miguel Osorio03f2e232019-09-17 19:44:37 -070019subdir('host')
Sam Elliott7d3ff152020-11-09 10:49:34 +000020subdir('device')