summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/mss/makefile
diff options
context:
space:
mode:
authorBen Gass <bgass@us.ibm.com>2018-10-19 07:32:27 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-04-04 09:25:38 -0500
commitb823dd50837a9f05cf69dc75d5942319f537024d (patch)
tree7414d5b461004c3d475ba2cb0ed25bd11c5b71c6 /src/usr/isteps/mss/makefile
parente5622fb032dc8b23627d8ca06d82a10b612d5435 (diff)
downloadtalos-hostboot-b823dd50837a9f05cf69dc75d5942319f537024d.tar.gz
talos-hostboot-b823dd50837a9f05cf69dc75d5942319f537024d.zip
Update p9_mss_eff_grouping for Axone support
Add p9a_omi_setup_bars procedure Add eclipse project files to .gitignore Change-Id: Ia18cd213ac8b3682e5718b3c631dad631b97170f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67755 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67764 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/mss/makefile')
-rw-r--r--src/usr/isteps/mss/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/isteps/mss/makefile b/src/usr/isteps/mss/makefile
index b72a84e4d..122905c34 100644
--- a/src/usr/isteps/mss/makefile
+++ b/src/usr/isteps/mss/makefile
@@ -195,6 +195,9 @@ MSS_EXPLORER_SOURCE := $(filter-out memdiags.C,$(MSS_EXPLORER_SOURCE))
MSS_EXPLORER_SOURCE := $(filter-out mcbist.C,$(MSS_EXPLORER_SOURCE))
MSS_EXPLORER_SOURCE := $(filter-out memory_size.C,$(MSS_EXPLORER_SOURCE))
MSS_MODULE_OBJS += $(patsubst %.C,%.o,$(MSS_EXPLORER_SOURCE))
+else
+#must bring this in even in Nimbus/Cumulus builds because of p9_mss_grouping nest HWP
+MSS_MODULE_OBJS += explorer_memory_size.o
endif
MODULE = isteps_mss
OBJS += $(MSS_MODULE_OBJS)
OpenPOWER on IntegriCloud