aboutsummaryrefslogtreecommitdiff
path: root/src/pc80/Config.lb
blob: e05b76954c5629270605ef9726f2c2a3de6d44aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
uses CONFIG_UDELAY_IO
uses CONFIG_USE_INIT
uses CONFIG_ARCH_X86

object mc146818rtc.o
object isa-dma.o
object i8259.o 
#object udelay_timer2.o CONFIG_UDELAY_TIMER2

if CONFIG_UDELAY_IO
	object udelay_io.o
end

dir vga

object keyboard.o

if CONFIG_ARCH_X86
	if CONFIG_USE_INIT
		initobject serial.o
	end
end