[coreboot] Patch set updated for coreboot: 5365441 Fix compilation with CONFIG_USE_OPTION_TABLE enabled

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Mon Mar 5 22:03:47 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/696

-gerrit

commit 536544151d45351e129b6ce018cd2128eca1da6f
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Fri Jul 29 15:34:14 2011 -0700

    Fix compilation with CONFIG_USE_OPTION_TABLE enabled
    
    Change-Id: I6c5d973442bc1770702180a8964f1bf6ed6062ed
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/lib/Makefile.inc |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index 432e24e..b930fcc 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -43,3 +43,11 @@ smm-$(CONFIG_CONSOLE_SERIAL8250MEM) += uart8250mem.c
 smm-$(CONFIG_USBDEBUG) += usbdebug.c
 
 $(obj)/lib/version.ramstage.o : $(obj)/build.h
+
+OPTION_TABLE_H:=
+ifeq ($(CONFIG_HAVE_OPTION_TABLE),y)
+OPTION_TABLE_H:=$(obj)/option_table.h
+endif
+
+$(obj)/lib/uart8250mem.smm.o : $(OPTION_TABLE_H)
+




More information about the coreboot mailing list