diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2015-01-27 09:05:37 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-18 15:12:13 -0600 |
| commit | 417c6e0a4bb7c8f9d9721b73ddcae696007be15e (patch) | |
| tree | 42778d629a19bf85f740cbd649ca2d27d8a20aa9 /src/usr/i2c/makefile | |
| parent | 79ea7abf6d31c146c680d39b9f3ae007e434a573 (diff) | |
| download | blackbird-hostboot-417c6e0a4bb7c8f9d9721b73ddcae696007be15e.tar.gz blackbird-hostboot-417c6e0a4bb7c8f9d9721b73ddcae696007be15e.zip | |
HBRT Runtime VPD Updates
Enables writes to VPD and handles disabling
PNOR cache in manufacturing mode
Change-Id: I03d4246ceb91520939f8b04f3b3d2fc31c116079
RTC: 114911
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15462
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/i2c/makefile')
| -rw-r--r-- | src/usr/i2c/makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/usr/i2c/makefile b/src/usr/i2c/makefile index 17105ea79..f3c47daec 100644 --- a/src/usr/i2c/makefile +++ b/src/usr/i2c/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2011,2014 +# Contributors Listed Below - COPYRIGHT 2011,2015 +# [+] International Business Machines Corp. +# # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,10 +25,13 @@ ROOTPATH = ../../.. MODULE = i2c +#include common objects between hb and runtime +include i2c.mk + +#include unique objects OBJS += i2c.o -OBJS += eepromdd.o -OBJS += errlud_i2c.o SUBDIRS += test.d +SUBDIRS += runtime.d include ${ROOTPATH}/config.mk |

