summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/mkrules')
-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