diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2016-01-22 10:30:55 -0600 |
|---|---|---|
| committer | Stephen Cprek <smcprek@us.ibm.com> | 2016-02-19 17:06:14 -0600 |
| commit | ecb3640364de919e9a22683338cb46b8858073ca (patch) | |
| tree | 4e28c95a2b6444a1e65f83205243d5ad6992e225 /src | |
| parent | 6b5e10997622f7bbc19711333763c82e5b868192 (diff) | |
| download | talos-hostboot-ecb3640364de919e9a22683338cb46b8858073ca.tar.gz talos-hostboot-ecb3640364de919e9a22683338cb46b8858073ca.zip | |
ATTN: reenabled compilation for P9
Change-Id: I4c6d842a3220ddd8da8fed5d95b99d2903e1010a
RTC: 145116
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23531
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr/diag/makefile | 8 | ||||
| -rw-r--r-- | src/usr/makefile | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/src/usr/diag/makefile b/src/usr/diag/makefile index 192ada701..7769bfa5a 100644 --- a/src/usr/diag/makefile +++ b/src/usr/diag/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2012,2014 +# Contributors Listed Below - COPYRIGHT 2012,2016 +# [+] International Business Machines Corp. +# # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -22,8 +24,8 @@ # IBM_PROLOG_END_TAG ROOTPATH = ../../.. -SUBDIRS += mdia.d -SUBDIRS += prdf.d +#SUBDIRS += mdia.d +#SUBDIRS += prdf.d SUBDIRS += attn.d include ${ROOTPATH}/config.mk diff --git a/src/usr/makefile b/src/usr/makefile index 0e5f18806..60f3722df 100644 --- a/src/usr/makefile +++ b/src/usr/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2010,2015 +# Contributors Listed Below - COPYRIGHT 2010,2016 # [+] Google Inc. # [+] International Business Machines Corp. # @@ -64,5 +64,6 @@ SUBDIRS += console.d SUBDIRS += errldisplay.d SUBDIRS += ipmi.d #SUBDIRS += htmgt.d +SUBDIRS += diag.d include ${ROOTPATH}/config.mk |

