summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/mc_config/makefile
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2013-09-16 16:09:48 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-09-18 10:46:25 -0500
commit44933fc2a399c991c7ef31b1a29219f808c4395e (patch)
treef6fa7ad0b47c91bf7d5c37bd88f24fa72654270b /src/usr/hwpf/hwp/mc_config/makefile
parentaf0bcac5124a4c54ec38e6d00d14f2cec19d5c77 (diff)
downloadtalos-hostboot-44933fc2a399c991c7ef31b1a29219f808c4395e.tar.gz
talos-hostboot-44933fc2a399c991c7ef31b1a29219f808c4395e.zip
Hostboot - Updated HWPs from defect SW223817 lrdimm supports
Change-Id: I80e5f13a59fb3d1e882435d8a457f3a806885063 CQ: SW223817 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6187 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/mc_config/makefile')
-rw-r--r--src/usr/hwpf/hwp/mc_config/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/mc_config/makefile b/src/usr/hwpf/hwp/mc_config/makefile
index 5ee0e53c8..f415c29b8 100644
--- a/src/usr/hwpf/hwp/mc_config/makefile
+++ b/src/usr/hwpf/hwp/mc_config/makefile
@@ -39,6 +39,8 @@ EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/include
EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/mc_config/mss_eff_config
EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/mc_config/mss_volt
EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/mc_config/mss_freq
+EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/dram_training/mss_lrdimm_funcs
+EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/mc_config/mss_eff_pre_config
OBJS = mc_config.o \
mss_volt.o \
@@ -61,6 +63,6 @@ OBJS = mc_config.o \
VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/mc_config/mss_eff_config
VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/mc_config/mss_volt
VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/mc_config/mss_freq
-
+VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/mc_config/mss_eff_pre_config
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud