mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
kboot: Move termios to libkboot
Sponsored by: Netflix
This commit is contained in:
parent
2e3f49888e
commit
36ef238cb6
8 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,6 @@ SRCS= \
|
|||
kbootfdt.c \
|
||||
main.c \
|
||||
seg.c \
|
||||
termios.c \
|
||||
util.c \
|
||||
vers.c
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue