opnsense-src/stand/kboot/Makefile
Warner Losh 93fa71ab24 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

(cherry picked from commit a03411e84728e9b267056fd31c7d1d9d1dc1b01e)
2024-04-16 13:54:20 -06:00

7 lines
90 B
Makefile

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