From 8f2f91b900739efa6acf737f720dfeb7059b30ba Mon Sep 17 00:00:00 2001 From: Marty Gloff Date: Thu, 8 Dec 2016 11:50:38 -0600 Subject: Access of p9_ringId array gets Storage Exception Need to add the p9_ringId.mk to the makefile for the sbe module so that p9_ringId arrays can be accessed by code in this module. Change-Id: I078f7217a9a0f0a78fde64a82e1a5d2529e94eb4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33731 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Matt Derksen Reviewed-by: Corey V. Swenson Reviewed-by: Christian R. Geddes Reviewed-by: Daniel M. Crowell --- src/usr/sbe/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/usr/sbe/makefile b/src/usr/sbe/makefile index 4bf557b46..173f8d1f6 100644 --- a/src/usr/sbe/makefile +++ b/src/usr/sbe/makefile @@ -60,6 +60,7 @@ include ${HWP_ACCESSORS_PATH}/p9_get_mvpd_ring.mk include ${HWP_ACCESSORS_PATH}/p9_mvpd_ring_funcs.mk include ${HWP_XIP_PATH}/p9_xip_image.mk include ${UTILS_PATH}/p9_ring_identification.mk +include ${UTILS_PATH}/p9_ringId.mk include ${UTILS_PATH}/p9_scan_compression.mk include ${UTILS_PATH}/p9_tor.mk -- cgit v1.2.1