After this has been brought up many times before, rename src/arch/i386 to
[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 ramstage-y += pci_ops_mmconf.c
6 ramstage-y += pci_ops_auto.c
7 ramstage-y += exception.c
8 ramstage-$(CONFIG_IOAPIC) += ioapic.c
9
10 romstage-y += printk_init.c
11 romstage-y += cbfs_and_run.c
12
13 $(obj)/arch/x86/lib/console.ramstage.o :: $(obj)/build.h