2c8a80ee1515e2bba41e377a2405e306ba80f782
[coreboot.git] / src / pc80 / Makefile.inc
1 ramstage-y += mc146818rtc.c
2 ramstage-y += isa-dma.c
3 ramstage-y += i8254.c
4 ramstage-y += i8259.c
5 ramstage-$(CONFIG_UDELAY_IO) += udelay_io.c
6 ramstage-y += keyboard.c
7
8 romstage-$(CONFIG_USE_OPTION_TABLE) += mc146818rtc_early.c
9 subdirs-y += vga
10
11 cbfs-files-$(CONFIG_HAVE_CMOS_DEFAULT) += cmos.default
12 cmos.default-file = $(CONFIG_CMOS_DEFAULT_FILE)
13 cmos.default-type = 0xaa
14
15 smm-y += mc146818rtc.c