blob: 7660d4c3366ee4d888104578d83fda8340cd0b06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
ramstage-y += c_start.S
ramstage-y += cpu.c
ramstage-y += pci_ops_conf1.c
ramstage-y += pci_ops_conf2.c
ramstage-y += pci_ops_mmconf.c
ramstage-y += pci_ops_auto.c
ramstage-y += exception.c
ramstage-$(CONFIG_IOAPIC) += ioapic.c
romstage-y += printk_init.c
romstage-y += cbfs_and_run.c
$(obj)/arch/i386/lib/console.ramstage.o :: $(obj)/build.h
|