| # Copyright lowRISC contributors. |
| # Licensed under the Apache License, Version 2.0, see LICENSE for details. |
| # SPDX-License-Identifier: Apache-2.0 |
| spiflash_bin = executable( |
| 'verilator_spi_interface.cc', |
| implicit_include_directories: false, |
| dependency('libcrypto', native: true), |
| # The libftdi1 dependency needs to be explicit to manage |
| # include paths on some systems. |
| dependency('libftdi1', native: true), |
| output: 'spiflash_export', |
| command: export_target_command, |
| depend_files: [export_target_depend_files,], |
| build_always_stale: true, |