boot1.chrp: Include memset

Normally, memset isn't used. However for OPT_INIT_ALL=zero it is. Always
include it since we're not space constrained and latter-day loaders won't
include a copy if it's not actually used.

Reviewed by: emaste
Sponsored by: Netflix
This commit is contained in:
Warner Losh 2024-06-14 08:30:30 -06:00
parent ec7358885d
commit 4fd5b8aed8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ NEWVERSWHAT= "Open Firmware boot block" ${MACHINE_ARCH}
INSTALLFLAGS= -b
FILES= boot1.hfs
SRCS= boot1.c ashldi3.c syncicache.c
SRCS= boot1.c ashldi3.c syncicache.c memset.c
CFLAGS+=-I${LDRSRC}
# Load boot1.elf below kernel.