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
This commit is contained in:
parent
7833048e1f
commit
2b09cbba9e
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
subdirs-y += smm
|
Loading…
Reference in New Issue