summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/tools/parseAttributeInfo.mk
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2015-08-03 06:53:11 -0500
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 13:40:20 -0600
commit2a48bcc290c13161de6c4c20c8be947d85b0d0d2 (patch)
tree3e37b4b593f09f79e7824f92fb7fd9163cfe6715 /src/import/hwpf/fapi2/tools/parseAttributeInfo.mk
parentaa7c03464866573b733408e934a0510626c0a54e (diff)
downloadtalos-hostboot-2a48bcc290c13161de6c4c20c8be947d85b0d0d2.tar.gz
talos-hostboot-2a48bcc290c13161de6c4c20c8be947d85b0d0d2.zip
Infra: Build FAPI2.
Change-Id: Id0a9f52204f388d66de41f41bcde78c956969c4f Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19554 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/tools/parseAttributeInfo.mk')
-rw-r--r--src/import/hwpf/fapi2/tools/parseAttributeInfo.mk50
1 files changed, 50 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/tools/parseAttributeInfo.mk b/src/import/hwpf/fapi2/tools/parseAttributeInfo.mk
new file mode 100644
index 000000000..2b8823758
--- /dev/null
+++ b/src/import/hwpf/fapi2/tools/parseAttributeInfo.mk
@@ -0,0 +1,50 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: hwpf/fapi2/tools/parseAttributeInfo.mk $
+#
+# IBM CONFIDENTIAL
+#
+# EKB Project
+#
+# COPYRIGHT 2015
+# [+] International Business Machines Corp.
+#
+#
+# The source code for this program is not published or otherwise
+# divested of its trade secrets, irrespective of what has been
+# deposited with the U.S. Copyright Office.
+#
+# IBM_PROLOG_END_TAG
+
+# Makefile to run parseAttributeInfo script.
+
+GENERATED = parseAttributeInfo
+COMMAND = parseAttributeInfo.pl
+
+SOURCES += $(FAPI2_ATTR_XML)
+SOURCES += $(GENPATH)/empty_attribute.xml
+
+TARGETS += attribute_ids.H
+TARGETS += fapi2_chip_ec_feature.C
+TARGETS += attribute_plat_check.H
+TARGETS += attributesSupported.html
+TARGETS += attrInfo.csv
+TARGETS += attrEnumInfo.csv
+
+define parseAttributeInfo_RUN
+ $(C1) $$< --output-dir=$$($(GENERATED)_PATH) $$(filter-out $$<,$$^)
+endef
+
+$(call BUILD_GENERATED)
+
+# Generate an empty attribute XML file so that the scripts pass if the
+# environment hasn't defined any of its own.
+GENERATED = empty_attribute_xml
+TARGETS += empty_attribute.xml
+
+define empty_attribute_xml_RUN
+ $(C1) echo "<attributes/>" > $$($(GENERATED)_PATH)/empty_attribute.xml
+endef
+
+$(call BUILD_GENERATED)
OpenPOWER on IntegriCloud