diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-14 18:10:44 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2016-01-30 10:56:09 +0100 |
commit | c43c43cd48c49624339a83d5263d0b866818fc9b (patch) | |
tree | fcd75bf5ab6a970eaab8fdc848db3158c422221b /drivers/video/fonts/Makefile | |
parent | 84b4791ada7754b65fd200002f92ac8684c2b5ec (diff) | |
download | u-boot-imx-c43c43cd48c49624339a83d5263d0b866818fc9b.zip u-boot-imx-c43c43cd48c49624339a83d5263d0b866818fc9b.tar.gz u-boot-imx-c43c43cd48c49624339a83d5263d0b866818fc9b.tar.bz2 |
video: Add the AnkaCoder mono-spaced font
This can be used when a mono-space font is needed, but the console font
is too small (such as with high-DPI displays).
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/fonts/Makefile')
-rw-r--r-- | drivers/video/fonts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fonts/Makefile b/drivers/video/fonts/Makefile index 68f4c3b..58b1813 100644 --- a/drivers/video/fonts/Makefile +++ b/drivers/video/fonts/Makefile @@ -6,3 +6,4 @@ # obj-$(CONFIG_CONSOLE_TRUETYPE_NIMBUS) += nimbus_sans_l_regular.o +obj-$(CONFIG_CONSOLE_TRUETYPE_ANKACODER) += ankacoder_c75_r.o |