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/x86/Makefile.inc | |
parent | 7833048e1f5cc7e33de9a276dde0a30349b6c7b3 (diff) | |
download | coreboot-2b09cbba9efbe98224b04e5c62a2b95e096e1ae3.tar.xz |
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/x86/Makefile.inc')
-rw-r--r-- | src/cpu/x86/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/x86/Makefile.inc b/src/cpu/x86/Makefile.inc new file mode 100644 index 0000000000..1dc4d5600a --- /dev/null +++ b/src/cpu/x86/Makefile.inc @@ -0,0 +1 @@ +subdirs-y += smm |