diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-10-24 18:47:43 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-10-24 18:47:43 +0000 |
commit | 2b09cbba9efbe98224b04e5c62a2b95e096e1ae3 (patch) | |
tree | 4501ee132ff2abf294b19f06358f0d007beb2c0c /src/cpu/Makefile.inc | |
parent | 7833048e1f5cc7e33de9a276dde0a30349b6c7b3 (diff) |
hook up missing x86 SMM into Makefile
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
Diffstat (limited to 'src/cpu/Makefile.inc')
-rw-r--r-- | src/cpu/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cpu/Makefile.inc b/src/cpu/Makefile.inc index 60be3edf51..4415190ed4 100644 --- a/src/cpu/Makefile.inc +++ b/src/cpu/Makefile.inc @@ -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 |