aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/lib/Makefile.inc
blob: f99e429eeff229e767024f16879e50d60689f87f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ramstage-y += c_start.S
ramstage-y += cpu.c
ramstage-y += pci_ops_conf1.c
ramstage-y += pci_ops_conf2.c

ramstage-$(CONFIG_MMCONF_SUPPORT) += pci_ops_mmconf.c

ramstage-y += pci_ops_auto.c
ramstage-y += exception.c
ramstage-$(CONFIG_IOAPIC) += ioapic.c
ramstage-y += memcpy.c

romstage-y += romstage_console.c
romstage-y += cbfs_and_run.c
romstage-y += memcpy.c

smm-y += memcpy.c

$(obj)/arch/x86/lib/console.ramstage.o :: $(obj)/build.h