kboot: Move termios to libkboot

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2024-01-28 12:28:30 -07:00
parent 2e3f49888e
commit 36ef238cb6
8 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,6 @@ SRCS= \
kbootfdt.c \
main.c \
seg.c \
termios.c \
util.c \
vers.c

View file

@ -8,7 +8,8 @@ CFLAGS+=-I${.CURDIR} -I${.CURDIR}/arch/${MACHINE_ARCH}
SRCS= crt1.c \
host_syscall.S \
host_syscalls.c
host_syscalls.c \
termios.c
.sinclude "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"