freebsd-src/stand/kboot/Makefile.inc
Warner Losh 2e3f49888e kboot: Move system calls to libkboot
Sponsored by:		Netflix
2024-01-28 13:04:31 -07:00

8 lines
213 B
Makefile

# Bring in the mini-libc that we wrote
KBOOTSRC=${BOOTSRC}/kboot
CFLAGS+=-I${KBOOTSRC}/include -I${KBOOTSRC}/include/arch/${MACHINE_ARCH}
LIBKBOOT=${BOOTOBJ}/kboot/libkboot/libkboot.a
.include "../Makefile.inc"