Skip to content

Commit

Permalink
Fixed small error on including sources for firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
zettasticks committed Jun 6, 2024
1 parent 0fe33e0 commit c5ba1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/sw_build.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ IOB_SOC_OPENCRYPTOLINUX_LFLAGS=-Wl,-Bstatic,-T,$(TEMPLATE_LDS),--strip-debug

# FIRMWARE SOURCES
IOB_SOC_OPENCRYPTOLINUX_FW_SRC=src/iob_soc_opencryptolinux_firmware.S
IOB_SOC_OPENCRYPTOLINUX_FW_SRC=src/iob_soc_opencryptolinux_firmware.c
IOB_SOC_OPENCRYPTOLINUX_FW_SRC+=src/iob_soc_opencryptolinux_firmware.c
IOB_SOC_OPENCRYPTOLINUX_FW_SRC+=src/printf.c

# NOTE(Ruben): To speed up simulation, we do not include or simulate crypto code in simulation. It greatly increases binary size and some tests would take forever. Better to run all tests in fpga-run.
Expand Down

0 comments on commit c5ba1df

Please sign in to comment.