blob: 5ffd3495f150c8ba6a0c4fc131c0a82202643468 [file] [log] [blame]
# Copyright lowRISC contributors.
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
executable(
'spiflash',
[
'ftdi_spi_interface.cc',
'spiflash.cc',
'updater.cc',
'verilator_spi_interface.cc',
],
implicit_include_directories: false,
dependencies: [
dependency('libcrypto', native: true),
libmpsse
],
native: true,
)