summaryrefslogtreecommitdiffstats
path: root/src/usr/console/makefile
diff options
context:
space:
mode:
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