diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2014-09-09 10:21:21 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-09-24 16:15:11 -0500 |
| commit | 22b01c7d2dc49f788a7677f6415e67c054caaf99 (patch) | |
| tree | d6a613f443cf3f135a3b999d53959d5ffbce2422 /src/usr/console/makefile | |
| parent | 35cdaf24fa1b3f4fd4816726d45c750212b83daf (diff) | |
| download | blackbird-hostboot-22b01c7d2dc49f788a7677f6415e67c054caaf99.tar.gz blackbird-hostboot-22b01c7d2dc49f788a7677f6415e67c054caaf99.zip | |
Support AST2400 Console.
Change-Id: Iaf2da65e0a965001c7387b86daa2990934e7dbb9
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13251
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@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/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/console/makefile b/src/usr/console/makefile index 8252fb17a..2ff59d71d 100644 --- a/src/usr/console/makefile +++ b/src/usr/console/makefile @@ -8,6 +8,7 @@ # Contributors Listed Below - COPYRIGHT 2014 # [+] Google Inc. # [+] International Business Machines Corp. +# [+] Google Inc. # # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -29,5 +30,6 @@ MODULE = console OBJS += daemon.o OBJS += uart.o OBJS += uartconfig.o +OBJS += $(if $(CONFIG_CONSOLE_AST2400),ast2400.o) include $(ROOTPATH)/config.mk |

