Add TPM support to coreboot
[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 ramstage-$(CONFIG_TPM) += tpm.c
8
9 romstage-$(CONFIG_USE_OPTION_TABLE) += mc146818rtc_early.c
10 subdirs-y += vga
11
12 cbfs-files-$(CONFIG_HAVE_CMOS_DEFAULT) += cmos.default
13 cmos.default-file = $(CONFIG_CMOS_DEFAULT_FILE)
14 cmos.default-type = 0xaa
15
16 smm-y += mc146818rtc.c