summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2016-07-26 14:10:46 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-08 15:41:14 -0400
commit02c87ad5f38ca166ff01afadebf2413632990021 (patch)
tree5768cb82820e50059e8b3a074fdc4185f79e45a5 /src/build
parent0d8dd769e30f40954b2e17b4da88edaba0fe59f8 (diff)
downloadtalos-hostboot-02c87ad5f38ca166ff01afadebf2413632990021.tar.gz
talos-hostboot-02c87ad5f38ca166ff01afadebf2413632990021.zip
Adding new attribute file for hostboot and openpower
Change-Id: I78ee5084a0751ddab91851e01ee4fd6268a14db6 Forwardport:yes RTC:156618 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27531 Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28403 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build')
-rw-r--r--src/build/mkrules/dist.targets.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/build/mkrules/dist.targets.mk b/src/build/mkrules/dist.targets.mk
index d20157027..0897e4468 100644
--- a/src/build/mkrules/dist.targets.mk
+++ b/src/build/mkrules/dist.targets.mk
@@ -88,6 +88,11 @@ COPY_FILES = \
src/usr/targeting/common/xmltohb/bios_metadata_petitboot.xslt:openpower \
$(foreach file, $(call ROOTPATH_WILDCARD,releaseNotes.html), $(file):fsp)\
+include ${ROOTPATH}/config.mk
+COPY_FILES += $(if $(CONFIG_OPENPOWER_ONLY),obj/genfiles/target_types_placeholder.xml:openpower) \
+ $(if $(CONFIG_OPENPOWER_ONLY),src/usr/targeting/common/xmltohb/target_types_openpower.xml:openpower) \
+ $(if $(CONFIG_OPENPOWER_ONLY),src/usr/targeting/common/xmltohb/attribute_types_openpower.xml:openpower) \
+
#
# Files which are copied and renamed for targets.
#
OpenPOWER on IntegriCloud