diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2026-01-31 17:21:11 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2026-01-31 17:21:11 +0000 |
| commit | f4c40a5acb16e542934ed17ee475183b87420eae (patch) | |
| tree | 632c9099c54934e808cb57dc52cf81b7f3b51313 | |
| parent | 4c822dd4a15c533c08271b2286da949fffafc89e (diff) | |
riscv: Add ffs.c and ffsdi2.c
These are only needed for GCC, but it doesn't hurt to include these
always.
Reviewed by: mhorne
Differential Revision: https://reviews.freebsd.org/D54968
| -rw-r--r-- | sys/conf/files.riscv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.riscv b/sys/conf/files.riscv index 2a80064e88ba..90a74367a54f 100644 --- a/sys/conf/files.riscv +++ b/sys/conf/files.riscv @@ -34,6 +34,8 @@ kern/subr_dummy_vdso_tc.c standard kern/subr_efi_map.c standard kern/subr_intr.c standard kern/subr_physmem.c standard +libkern/ffs.c standard +libkern/ffsdi2.c standard libkern/bcopy.c standard libkern/memcmp.c standard libkern/memset.c standard |
