summaryrefslogtreecommitdiffstats
path: root/src/usr/console/makefile
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2015-01-28 08:14:46 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-04-09 22:04:14 -0500
commit3f60aa31636637979096fa927d273c7e09b3be48 (patch)
tree1552db505f590b7193460bac8d1078e4f1371634 /src/usr/console/makefile
parent343014b3095462dbec20efe456cbb945d4844b4e (diff)
downloadtalos-hostboot-3f60aa31636637979096fa927d273c7e09b3be48.tar.gz
talos-hostboot-3f60aa31636637979096fa927d273c7e09b3be48.zip
interpret BMC scratch registers
Change-Id: I16b631992271fc03b50f187c11911cdbf7d7c108 RTC:118752 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15430 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/console/makefile')
-rw-r--r--src/usr/console/makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/console/makefile b/src/usr/console/makefile
index 2ff59d71d..b06d79edd 100644
--- a/src/usr/console/makefile
+++ b/src/usr/console/makefile
@@ -5,10 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2014
+# Contributors Listed Below - COPYRIGHT 2014,2015
# [+] Google Inc.
# [+] International Business Machines Corp.
-# [+] Google Inc.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -30,6 +29,6 @@ MODULE = console
OBJS += daemon.o
OBJS += uart.o
OBJS += uartconfig.o
-OBJS += $(if $(CONFIG_CONSOLE_AST2400),ast2400.o)
+OBJS += $(if $(and $(CONFIG_CONSOLE),$(CONFIG_BMC_AST2400)), ast2400.o)
include $(ROOTPATH)/config.mk
OpenPOWER on IntegriCloud