summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2012-05-30 15:18:33 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-06-11 15:22:24 -0500
commitfffa10e2abde6ee52b9d3dec77ca669867625d87 (patch)
tree433d15df7034cddb0f200e3528129aec67755a51 /src/build
parent13bb136b9d635d3737ae270d8dc9c0924a5495cf (diff)
downloadtalos-hostboot-fffa10e2abde6ee52b9d3dec77ca669867625d87.tar.gz
talos-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/build')
-rw-r--r--src/build/mkrules/dist_targets.mk6
-rwxr-xr-xsrc/build/mkrules/hbfw/fsp/makefile2
2 files changed, 6 insertions, 2 deletions
diff --git a/src/build/mkrules/dist_targets.mk b/src/build/mkrules/dist_targets.mk
index 441ceb54e..e5089c4a1 100644
--- a/src/build/mkrules/dist_targets.mk
+++ b/src/build/mkrules/dist_targets.mk
@@ -159,7 +159,11 @@ fsp.tar_CONTENTS = \
$(addsuffix :targeting/,\
$(call ROOTPATH_WILDCARD_RECURSIVE,src/usr/targeting/common))\
$(addsuffix :targeting/,\
- $(call ROOTPATH_WILDCARD_RECURSIVE,src/include/usr/targeting/common))
+ $(call ROOTPATH_WILDCARD_RECURSIVE,src/include/usr/targeting/common)) \
+ $(addsuffix :hwas/,\
+ $(call ROOTPATH_WILDCARD_RECURSIVE,src/usr/hwas/common))\
+ $(addsuffix :hwas/,\
+ $(call ROOTPATH_WILDCARD_RECURSIVE,src/include/usr/hwas/common))
#
# Portions of the FSP sandbox which must be rebuilt based on file changes.
diff --git a/src/build/mkrules/hbfw/fsp/makefile b/src/build/mkrules/hbfw/fsp/makefile
index 2bba0d394..e7feea64d 100755
--- a/src/build/mkrules/hbfw/fsp/makefile
+++ b/src/build/mkrules/hbfw/fsp/makefile
@@ -32,7 +32,7 @@
.if(${CONTEXT:R} == "ppc")
-EXPINC_SUBDIRS += targeting
+EXPINC_SUBDIRS += targeting hwas
OBJECTS_SUBDIRS +=
EXPLIB_SUBDIRS +=
EXPSHLIB_SUBDIRS += targeting
OpenPOWER on IntegriCloud