3f4dc955600a4e242f7ea7e5639584c875ce3852
[coreboot.git] / src / arch / x86 / lib / Makefile.inc
1 ramstage-y += c_start.S
2 ramstage-y += cpu.c
3 ramstage-y += pci_ops_conf1.c
4 ramstage-y += pci_ops_conf2.c
5
6 ramstage-$(CONFIG_MMCONF_SUPPORT) += pci_ops_mmconf.c
7
8 ramstage-y += pci_ops_auto.c
9 ramstage-y += exception.c
10 ramstage-$(CONFIG_IOAPIC) += ioapic.c
11 ramstage-y += memset.c
12 ramstage-y += memcpy.c
13
14 romstage-y += romstage_console.c
15 romstage-y += cbfs_and_run.c
16 romstage-y += memset.c
17 romstage-y += memcpy.c
18
19 smm-y += memcpy.c
20
21 $(obj)/arch/x86/lib/console.ramstage.o :: $(obj)/build.h