From d4f2ab31bde32dfa547f3e039bfbeb9c0d3ee5a0 Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Mon, 3 Oct 2016 14:41:21 -0500 Subject: Remove GSA dependencies (CATCH, SQLITE3) from MSS builds Fix "variable tracking size limit exceeded" message from delay_reg_map.C build Change-Id: Ic7ab8c109eefe4bee2bc26c62f7a121a0ed656b9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30693 Tested-by: Jenkins Server Reviewed-by: JACOB L. HARVEY Reviewed-by: Brian R. Silver Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58308 Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 f8eae8196..2261a9644 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 @@ -31,7 +31,6 @@ WRAPPER=p9_mss_ut OBJS += $(patsubst %.C,%.o,$(MSS_UT_SOURCE)) $(call ADD_EXE_INCDIR,$(WRAPPER),$(MSS_INCLUDES)) $(call ADD_EXE_INCDIR,$(WRAPPER),$(CATCH_UNIT_TESTS_INCLUDES)) -$(call ADD_EXE_INCDIR,$(WRAPPER),$(SQLITE3_INCLUDE_DIR)) $(WRAPPER)_DEPLIBS+=mss $(WRAPPER)_DEPLIBS+=p9_mss_ddr_phy_reset @@ -50,5 +49,5 @@ $(WRAPPER)_DEPLIBS+=p9_mss_thermal_init $(WRAPPER)_COMMONFLAGS+=-fno-var-tracking-assignments -$(WRAPPER)_LDFLAGS+= -Wl,-rpath=$(SQLITE3_LIB_DIR) -L$(SQLITE3_LIB_DIR) -lsqlite3 -lrt +$(WRAPPER)_LDFLAGS+= -Wl,-lrt $(call BUILD_WRAPPER) -- cgit v1.2.1