Make PCI CONF2 support a compile time option
[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-$(CONFIG_PCI_CONF2) += pci_ops_conf2.c
5 ramstage-$(CONFIG_MMCONF_SUPPORT) += pci_ops_mmconf.c
6 ramstage-y += pci_ops_auto.c
7 ramstage-y += exception.c
8 ramstage-$(CONFIG_IOAPIC) += ioapic.c
9 ramstage-y += memset.c
10 ramstage-y += memcpy.c
11
12 romstage-y += romstage_console.c
13 romstage-y += cbfs_and_run.c
14 romstage-y += memset.c
15 romstage-y += memcpy.c
16
17 smm-y += memcpy.c
18
19 $(obj)/arch/x86/lib/console.ramstage.o :: $(obj)/build.h