[coreboot] [v2] r4846 - in trunk/coreboot-v2/src/cpu: . x86

svn at coreboot.org svn at coreboot.org
Sat Oct 24 20:47:43 CEST 2009


Author: stepan
Date: 2009-10-24 20:47:43 +0200 (Sat, 24 Oct 2009)
New Revision: 4846

Added:
   trunk/coreboot-v2/src/cpu/x86/Makefile.inc
Modified:
   trunk/coreboot-v2/src/cpu/Makefile.inc
Log:
hook up missing x86 SMM into Makefile 

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/coreboot-v2/src/cpu/Makefile.inc
===================================================================
--- trunk/coreboot-v2/src/cpu/Makefile.inc	2009-10-24 18:46:08 UTC (rev 4845)
+++ trunk/coreboot-v2/src/cpu/Makefile.inc	2009-10-24 18:47:43 UTC (rev 4846)
@@ -2,6 +2,4 @@
 subdirs-y += intel
 subdirs-y += via
 subdirs-y += emulation
-#input ppc
-#input simple_init
-#input x86
+subdirs-y += x86

Added: trunk/coreboot-v2/src/cpu/x86/Makefile.inc
===================================================================
--- trunk/coreboot-v2/src/cpu/x86/Makefile.inc	                        (rev 0)
+++ trunk/coreboot-v2/src/cpu/x86/Makefile.inc	2009-10-24 18:47:43 UTC (rev 4846)
@@ -0,0 +1 @@
+subdirs-y += smm





More information about the coreboot mailing list