From 496e3d430783bf3e1309a69b19f3ddb183d6df97 Mon Sep 17 00:00:00 2001 From: Brian Silver Date: Wed, 14 Dec 2016 06:01:46 -0600 Subject: 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 Tested-by: Jenkins Server Reviewed-by: Matt K. Light Reviewed-by: ANDRE A. MARIN Tested-by: Hostboot CI Reviewed-by: Christian R. Geddes Reviewed-by: Joseph J. McGill Reviewed-by: Brian R. Silver Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58312 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/import/chips/p9/procedures/hwp') 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 -- cgit v1.2.1