diff options
| author | Anup Patel <[email protected]> | 2019-01-03 10:37:43 +0530 |
|---|---|---|
| committer | Atish Patra <[email protected]> | 2019-01-03 14:21:08 -0800 |
| commit | 4d1eccc41d96413fae25cea5f941f7860429340b (patch) | |
| tree | ce8e984f098ba2447a36af4c78d13089eb7e3f7b /lib/objects.mk | |
| parent | 9829a86e8dcd98b62eb3095eb86131cb2dbd5330 (diff) | |
include: Add hard FP access macros and defines
This patch adds hardware floating-point (hard FP) access
macros and defines.
Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/objects.mk')
| -rw-r--r-- | lib/objects.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/objects.mk b/lib/objects.mk index b70557dd..2ce6328f 100644 --- a/lib/objects.mk +++ b/lib/objects.mk @@ -9,6 +9,7 @@ lib-objs-y += riscv_asm.o lib-objs-y += riscv_atomic.o +lib-objs-y += riscv_hardfp.o lib-objs-y += riscv_locks.o lib-objs-y += sbi_console.o |
