diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2019-03-27 09:26:59 +0000 |
---|---|---|
committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2019-03-28 22:17:24 +0000 |
commit | 7bb60aaa60bddb378dcbf2dde6bdf8a92d431c55 (patch) | |
tree | 9c611dc0c9d49b756ab9ac1f1475d30f64552707 /usr/src | |
parent | a8d4dbebc34f1d43f5e8d4ef19e126328bb9fb64 (diff) | |
download | illumos-joyent-7bb60aaa60bddb378dcbf2dde6bdf8a92d431c55.tar.gz |
10600 SPARC console needs a different font
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Gergő Doma <domag02@gmail.com>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/Makefile.files | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr/src/uts/common/Makefile.files b/usr/src/uts/common/Makefile.files index 7469b797d0..5e839b801e 100644 --- a/usr/src/uts/common/Makefile.files +++ b/usr/src/uts/common/Makefile.files @@ -1619,10 +1619,14 @@ CONSCONFIG_DACF_OBJS += consconfig_dacf.o consplat.o TEM_OBJS += tem.o tem_safe.o # -# Font data for generated 8x16 font -# -FONT = 8x16 -FONT_SRC= ter-u16n +# Font data for generated console fonts +# +i386_FONT = 8x16 +i386_FONT_SRC= ter-u16n +sparc_FONT = 12x22 +sparc_FONT_SRC= Gallant19 +FONT=$($(MACH)_FONT) +FONT_SRC=$($(MACH)_FONT_SRC) FONT_DIR= $(SRC)/data/consfonts FONT_OBJS += font.o $(FONT).o |