mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
loader: Add textvidc to build
Add textvidc to the build. And use -DTERM_EMU to build it.
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D43915
(cherry picked from commit e36afddf11)
This commit is contained in:
parent
7816528ccf
commit
82d4e9b248
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ SRCS+= pxetramp.S
|
|||
SRCS+= relocater_tramp.S
|
||||
SRCS+= spinconsole.c
|
||||
SRCS+= time.c
|
||||
SRCS+= textvidc.c
|
||||
SRCS+= vbe.c
|
||||
SRCS+= vidconsole.c
|
||||
|
||||
|
|
@ -56,6 +57,8 @@ CFLAGS.teken.c+= -I${SRCTOP}/sys/teken
|
|||
CFLAGS.bootinfo.c+= -I${SRCTOP}/sys/teken -I${SRCTOP}/contrib/pnglite
|
||||
CFLAGS.vbe.c+= -I${SRCTOP}/sys/teken -I${SRCTOP}/contrib/pnglite
|
||||
|
||||
CFLAGS.textvidc.c+= -DTERM_EMU
|
||||
|
||||
CFLAGS+= -I${LDRSRC} -I${BOOTSRC}/i386/common \
|
||||
-I${SYSDIR}/contrib/dev/acpica/include
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue