summaryrefslogtreecommitdiffstats
path: root/src/build/Makefile
diff options
context:
space:
mode:
authorSunil Kumar <skumar8j@in.ibm.com>2019-01-11 03:11:57 -0600
committerRAJA DAS <rajadas2@in.ibm.com>2019-01-18 07:46:26 -0600
commit3819989297207c85bd04f8633c8efac31b2c55f2 (patch)
tree3f98ebbd7fc62bf4bc83c35788b144ecdf19d652 /src/build/Makefile
parentda97ec3205737cfe74a4cd1065eef150c0f424a8 (diff)
downloadtalos-sbe-3819989297207c85bd04f8633c8efac31b2c55f2.tar.gz
talos-sbe-3819989297207c85bd04f8633c8efac31b2c55f2.zip
Incorporate NVDIMM HWP into SBE.
Change-Id: I7c0b338d31b419914c74c2aaee9d24625b7dc233 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70360 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/build/Makefile')
-rw-r--r--src/build/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build/Makefile b/src/build/Makefile
index f57fd5a6..48a3235c 100644
--- a/src/build/Makefile
+++ b/src/build/Makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER sbe Project
#
-# Contributors Listed Below - COPYRIGHT 2015,2018
+# Contributors Listed Below - COPYRIGHT 2015,2019
# [+] International Business Machines Corp.
#
#
@@ -258,6 +258,7 @@ ATTRFILES += $(IMPORT_XML_DIR)/attribute_info/p9_cache_contained_attributes.xml
ATTRFILES += $(BASE_FAPI2_DIR)/xml/attribute_info/chip_attributes.xml
ATTRFILES += $(IMPORT_XML_DIR)/attribute_info/chip_ec_attributes.xml
ATTRFILES += $(IMPORT_XML_DIR)/attribute_info/p9_hcode_image_build_attributes.xml
+ATTRFILES += $(IMPORT_XML_DIR)/attribute_info/memory_mcs_attributes.xml
$(OBJDIR):
mkdir -p $(OBJDIR)
OpenPOWER on IntegriCloud