From ed66b035444144109e66283e4b97087b918c6b93 Mon Sep 17 00:00:00 2001 From: Bill Schwartz Date: Tue, 30 Oct 2012 11:27:48 -0500 Subject: MVPD Accessor Function: setRepairRing mvpdtest.H comments out tests due to missing mvpd data (issue 51716). Might not need to be merged depending on the timing of fixing the data. Brian is working on errltest.H and errluserdetailtest.H to not deconfigure. As it is mvpd and getRingRepair tests do not run because the dependent targets are deconfigured. When fixed, then errors occur in mvpdtest. The problems are commented out for now in fapiwinkletest (get/set Repair Ring). RTC: 50971 Change-Id: I60d499ebb2d9966ffe2c0cc155a7875820b1ee83 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2171 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III --- src/usr/hwpf/hwp/makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/usr/hwpf/hwp/makefile') diff --git a/src/usr/hwpf/hwp/makefile b/src/usr/hwpf/hwp/makefile index 3034d975d..564433632 100644 --- a/src/usr/hwpf/hwp/makefile +++ b/src/usr/hwpf/hwp/makefile @@ -41,15 +41,16 @@ OBJS = fapiTestHwp.o \ fapiHwpExecInitFile.o \ dimmBadDqBitmapFuncs.o \ dimmBadDqBitmapAccessHwp.o \ - RepairRingFunc.o \ erepairGetFailedLanesHwp.o \ hwpisteperror.o \ - hwpistepud.o \ + hwpistepud.o SUBDIRS = dmi_training.d sbe_centaur_init.d mc_config.d \ dram_training.d activate_powerbus.d build_winkle_images.d \ core_activate.d dram_initialization.d edi_ei_initialization.d \ establish_system_smp.d bus_training.d \ - nest_chiplets.d start_payload.d thread_activate.d slave_sbe.d + nest_chiplets.d start_payload.d thread_activate.d slave_sbe.d + +include mvpd_accessors/mvpd.mk include ${ROOTPATH}/config.mk -- cgit v1.2.1