mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 01:46:35 +00:00
OpenSBI: Add riscv_hardfp.S to compilation
It will just become an empty object if FPU support is not included.
This commit is contained in:
parent
d495007943
commit
216574bba8
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ OPENSBI_CSRCS += opensbi/opensbi-3rdparty/lib/utils/timer/aclint_mtimer.c
|
|||
|
||||
OPENSBI_ASRCS += opensbi/opensbi-3rdparty/lib/sbi/sbi_expected_trap.S
|
||||
OPENSBI_ASRCS += opensbi/opensbi-3rdparty/lib/sbi/sbi_hfence.S
|
||||
OPENSBI_ASRCS += opensbi/opensbi-3rdparty/lib/sbi/riscv_hardfp.S
|
||||
|
||||
OPENSBI_UNPACK = opensbi-3rdparty
|
||||
OPENSBI_COMMIT = 4998a712b2ab504eff306110879ee05af6050177
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue