summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-12-14 06:01:46 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-09 00:27:47 -0400
commit496e3d430783bf3e1309a69b19f3ddb183d6df97 (patch)
treec76186a651510e905c01f837948572b35243242c
parentfd71688e86eaad242ae1780faa2f42df54defda7 (diff)
downloadtalos-hostboot-496e3d430783bf3e1309a69b19f3ddb183d6df97.tar.gz
talos-hostboot-496e3d430783bf3e1309a69b19f3ddb183d6df97.zip
Add minor minor version feature support to getecid
Change-Id: If5fe23bb205e08449c17fb67cc3243e5c54d420b Original-Change-Id: I2b1af56add50a54377cb3781cbdda83e5c7fddda Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34049 Dev-Ready: Brian R. Silver <bsilver@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58312 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk b/src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk
index 3bbe06e19..48e9a21e1 100644
--- a/src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk
+++ b/src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk
@@ -51,6 +51,10 @@ $(WRAPPER)_DEPLIBS+=p9_mss_scominit
$(WRAPPER)_DEPLIBS+=p9_mss_thermal_init
$(WRAPPER)_DEPLIBS+=p9_mss_throttle_mem
+# USELIBS to get the header, DEPLIBS to get the so
+$(WRAPPER)_USELIBS+=p9_getecid
+$(WRAPPER)_DEPLIBS+=p9_getecid
+
$(WRAPPER)_COMMONFLAGS+=-fno-var-tracking-assignments
$(WRAPPER)_LDFLAGS+= -Wl,-lrt
OpenPOWER on IntegriCloud