Use fast memset in SMM mode, too
[coreboot.git] / src / arch / x86 / lib / Makefile.inc
index 8f5fd5f1ebda7cdfcad22deba44526565e0a88b7..4375952c19f05d183798cee9f6ff481f246dd1bb 100644 (file)
@@ -15,6 +15,7 @@ romstage-y += cbfs_and_run.c
 romstage-y += memset.c
 romstage-y += memcpy.c
 
+smm-y += memset.c
 smm-y += memcpy.c
 
 $(obj)/arch/x86/lib/console.ramstage.o :: $(obj)/build.h