1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-21 07:15:49 +00:00
freebsd/stand/kboot/Makefile
Warner Losh a03411e847 kboot: Move _start out of kboot and into libkboot
Move the startup code from kboot/kboot to kboot/libkboot and add the
necessary infrastructure for it to build. move start_arch.h, a private
header for libkboot, over as well.

Sponsored by:		Netflix
2024-01-28 13:04:31 -07:00

8 lines
90 B
Makefile

NO_OBJ=t
.include <bsd.init.mk>
SUBDIR+= libkboot .WAIT kboot
.include <bsd.subdir.mk>