summaryrefslogtreecommitdiffstats
path: root/src/pc80/vga/Config.lb
blob: 0608d9579fdfe1e0c7a0e91826662a552f16c892 (plain)
1
2
3
4
5
6
7
8
9
uses CONFIG_VGA

# always build this.
object vga_io.o

# this adds a vga modeset including a huge font.
if CONFIG_VGA
	object vga.o
end