Add faster, architecture dependent memcpy()
[coreboot.git] / src / arch / x86 / lib / Makefile.inc
index 3388a9dea30d7c75f5f482ec75e9567ba936bb38..f99e429eeff229e767024f16879e50d60689f87f 100644 (file)
@@ -8,8 +8,12 @@ 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