aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-04-14 22:28:00 +0000
committerStefan Reinauer <stepan@openbios.org>2011-04-14 22:28:00 +0000
commit24ef134b37131064a6f45a221b6478e55f0a38ca (patch)
tree8d6bfe6c51385a0eea20cbe5b5a9a1fbe50edd5e /Makefile.inc
parent40e42a824b2800ed90614f3a5d3e5edf7cb877ff (diff)
drop half an uart8250 implementation from smiutil and use the common code
for that instead. This also allows using non-uart8250 consoles for smi debugging. Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6501 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 4f3f54c0ff..6c4a16ac0c 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -52,6 +52,8 @@ classes-y := ramstage romstage driver smm
romstage-c-ccopts:=-D__PRE_RAM__
romstage-S-ccopts:=-D__PRE_RAM__
+smm-c-ccopts:=-D__SMM__
+smm-S-ccopts:=-D__SMM__
ramstage-c-deps:=$$(OPTION_TABLE_H)
romstage-c-deps:=$$(OPTION_TABLE_H)