mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
Sponsored by: Netflix (cherry picked from commit 2e3f49888ec8851bafb22011533217487764fdb0)
7 lines
213 B
Makefile
7 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"
|