blob: d2b25ca83f0ea1d464aa0ba5016216f3a93b056c [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
# A command, for use in custom_target(), to build artifacts into $BIN_DIR.
export_target_command = [
meson.project_source_root() / 'util/export_target.sh',
bin_dir / 'sw',
'sw',
'@OUTDIR@',
'@INPUT@',
]
export_target_depend_files = [
meson.project_source_root() / 'util/export_target.sh',
]
subdir('vendor')
subdir('otbn')
subdir('host')
subdir('device')