aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/loader/arch/i386
diff options
context:
space:
mode:
authorToomas Soome <tsoome@FreeBSD.org>2019-09-05 22:15:50 +0000
committerToomas Soome <tsoome@FreeBSD.org>2019-09-05 22:15:50 +0000
commit56758831fe6c5702d3a76a2ea12986a5bf978ef5 (patch)
tree7f7812435384549919ad6d65ee72fa7d4464f9e1 /stand/efi/loader/arch/i386
parenta6935d085cc66db547a472030a91bbf57f358737 (diff)
downloadsrc-56758831fe6c5702d3a76a2ea12986a5bf978ef5.tar.gz
src-56758831fe6c5702d3a76a2ea12986a5bf978ef5.zip
loader: use teken teminal emulator for x86 and uefi
Replace mini cons25 emulator with teken, this does enable us proper console terminal for loader and will make it possible to implement different back end callbacks to draw to screen. At this time we still only "draw" in text mode.
Notes
Notes: svn path=/head/; revision=351900
Diffstat (limited to 'stand/efi/loader/arch/i386')
-rw-r--r--stand/efi/loader/arch/i386/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/efi/loader/arch/i386/Makefile.inc b/stand/efi/loader/arch/i386/Makefile.inc
index 079c73d336a9..fcdb6324b2f0 100644
--- a/stand/efi/loader/arch/i386/Makefile.inc
+++ b/stand/efi/loader/arch/i386/Makefile.inc
@@ -9,5 +9,5 @@ SRCS+= nullconsole.c \
comconsole.c \
spinconsole.c
-CFLAGS+= -fPIC -DTERM_EMU
+CFLAGS+= -fPIC
LDFLAGS+= -Wl,-znocombreloc