From 84b4791ada7754b65fd200002f92ac8684c2b5ec Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Jan 2016 18:10:43 -0700 Subject: video: Add the Nimbus sans font This provides a good-looking font for user prompts. Signed-off-by: Simon Glass --- drivers/video/fonts/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/video/fonts/Makefile') diff --git a/drivers/video/fonts/Makefile b/drivers/video/fonts/Makefile index 6ab4647..68f4c3b 100644 --- a/drivers/video/fonts/Makefile +++ b/drivers/video/fonts/Makefile @@ -4,3 +4,5 @@ # # SPDX-License-Identifier: GPL-2.0+ # + +obj-$(CONFIG_CONSOLE_TRUETYPE_NIMBUS) += nimbus_sans_l_regular.o -- cgit v1.1