mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
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
7 lines
90 B
Makefile
7 lines
90 B
Makefile
NO_OBJ=t
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
SUBDIR+= libkboot .WAIT kboot
|
|
|
|
.include <bsd.subdir.mk>
|