diff options
| author | Chris Cain <cjcain@us.ibm.com> | 2015-11-19 12:27:03 -0600 |
|---|---|---|
| committer | William A. Bryan <wilbryan@us.ibm.com> | 2016-01-27 16:27:07 -0600 |
| commit | 1cdc7f74cf7303b2d2e7e172b0e269928def09de (patch) | |
| tree | bc88add88943f8389626a04c5219d0efc3d08f17 /src/occ_405/Makefile | |
| parent | 476a284b52f50c1d0f5a8fc637cc28a22c714185 (diff) | |
| download | talos-occ-1cdc7f74cf7303b2d2e7e172b0e269928def09de.tar.gz talos-occ-1cdc7f74cf7303b2d2e7e172b0e269928def09de.zip | |
Implement code to read DIMM temperatures
Change-Id: I98fc83ab1c78bd40241fe6e47a9ddeae24f78c38
RTC: 140093
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22770
Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Tested-by: FSP CI Jenkins
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Reviewed-by: Christopher Cain <cjcain@us.ibm.com>
Diffstat (limited to 'src/occ_405/Makefile')
| -rwxr-xr-x | src/occ_405/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/occ_405/Makefile b/src/occ_405/Makefile index 633b9d1..caae6f7 100755 --- a/src/occ_405/Makefile +++ b/src/occ_405/Makefile @@ -54,6 +54,7 @@ LIB_DIRS = -L$(OBJDIR) \ -L$(OBJDIR)/ppc405lib \ -L$(OBJDIR)/cmdh \ -L$(OBJDIR)/dcom \ + -L$(OBJDIR)/dimm \ -L$(OBJDIR)/errl \ -L$(OBJDIR)/pss \ -L$(OBJDIR)/rtls \ |

