hook up missing x86 SMM into Makefile
authorStefan Reinauer <stepan@coresystems.de>
Sat, 24 Oct 2009 18:47:43 +0000 (18:47 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 24 Oct 2009 18:47:43 +0000 (18:47 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4846 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/cpu/Makefile.inc
src/cpu/x86/Makefile.inc [new file with mode: 0644]

index 60be3edf51fb363feaab56320835497afd155ade..4415190ed49b55c3f2a3973e940309a14b26b7df 100644 (file)
@@ -2,6 +2,4 @@ subdirs-y += amd
 subdirs-y += intel
 subdirs-y += via
 subdirs-y += emulation
-#input ppc
-#input simple_init
-#input x86
+subdirs-y += x86
diff --git a/src/cpu/x86/Makefile.inc b/src/cpu/x86/Makefile.inc
new file mode 100644 (file)
index 0000000..1dc4d56
--- /dev/null
@@ -0,0 +1 @@
+subdirs-y += smm