summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2016-10-03 14:41:21 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-09 00:26:59 -0400
commitd4f2ab31bde32dfa547f3e039bfbeb9c0d3ee5a0 (patch)
treea1915d8aaf000178f91f8c2505459cd0cb60d7a8
parent257555af09528a66f2bea7535f0adf5619f67125 (diff)
downloadtalos-hostboot-d4f2ab31bde32dfa547f3e039bfbeb9c0d3ee5a0.tar.gz
talos-hostboot-d4f2ab31bde32dfa547f3e039bfbeb9c0d3ee5a0.zip
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 <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58308 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk3
1 files changed, 1 insertions, 2 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 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)
OpenPOWER on IntegriCloud