Skip to content

Commit

Permalink
Remove GSA dependencies (CATCH, SQLITE3) from MSS builds
Browse files Browse the repository at this point in the history
  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>
  • Loading branch information
stermole authored and dcrowell77 committed May 9, 2018
1 parent 257555a commit d4f2ab3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

0 comments on commit d4f2ab3

Please sign in to comment.