diff options
| author | Brian Horton <brianh@linux.ibm.com> | 2012-05-30 15:18:33 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-06-11 15:22:24 -0500 |
| commit | fffa10e2abde6ee52b9d3dec77ca669867625d87 (patch) | |
| tree | 433d15df7034cddb0f200e3528129aec67755a51 /src/usr/hwas/makefile | |
| parent | 13bb136b9d635d3737ae270d8dc9c0924a5495cf (diff) | |
| download | blackbird-hostboot-fffa10e2abde6ee52b9d3dec77ca669867625d87.tar.gz blackbird-hostboot-fffa10e2abde6ee52b9d3dec77ca669867625d87.zip | |
HWAS code common between hostboot and FSP
Corrections to common and hostboot platform-specific code to make this
code work for both hostboot and FSP. In addition, make printing of HUID
consistant with other previous changes.
Also, added hwas/common files to fsp distribution tools so that they are
included in the fsp.tar for common usage.
Change-Id: Ia761606ab446dd794bf8e112430cc2e072f46991
RTC: 39793
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1130
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/makefile')
| -rw-r--r-- | src/usr/hwas/makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/hwas/makefile b/src/usr/hwas/makefile index 1c7223a9e..57958474a 100644 --- a/src/usr/hwas/makefile +++ b/src/usr/hwas/makefile @@ -1,11 +1,11 @@ -# IBM_PROLOG_BEGIN_TAG +# IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # $Source: src/usr/hwas/makefile $ # # IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2011 +# COPYRIGHT International Business Machines Corp. 2011-2012 # # p1 # @@ -19,14 +19,14 @@ # # Origin: 30 # -# IBM_PROLOG_END - +# IBM_PROLOG_END_TAG ROOTPATH = ../../.. EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwas -EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwas/plat +EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwas/common VPATH += ${ROOTPATH}/src/usr/hwas/plat +VPATH += ${ROOTPATH}/src/usr/hwas/common MODULE = hwas |

