Newer
Older
barebox / lib / fonts / Makefile
@Sascha Hauer Sascha Hauer on 20 Jul 2015 261 bytes fonts: Add 7x14 font
# Font handling

font-objs := fonts.o

font-objs-$(CONFIG_FONT_8x16)      += font_8x16.o
font-objs-$(CONFIG_FONT_7x14)      += font_7x14.o
font-objs-$(CONFIG_FONT_MINI_4x6)  += font_mini_4x6.o

font-objs += $(font-objs-y)

obj-$(CONFIG_FONTS)         += font.o