3388a9dea30d7c75f5f482ec75e9567ba936bb38
[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
12 romstage-y += romstage_console.c
13 romstage-y += cbfs_and_run.c
14
15 $(obj)/arch/x86/lib/console.ramstage.o :: $(obj)/build.h