aboutsummaryrefslogtreecommitdiff
path: root/src/pc80/Config.lb
blob: 3b9bc5b9639cf4008a8bb732f7651ca04c32f46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
uses CONFIG_IDE
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

if CONFIG_IDE
	dir ide
end

dir vga

object keyboard.o

if CONFIG_ARCH_X86
	if CONFIG_USE_INIT
		initobject serial.o
	end
end