diff options
| author | Terry J. Opie <opiet@us.ibm.com> | 2011-10-27 12:48:46 -0500 |
|---|---|---|
| committer | Terry J. Opie <opiet@us.ibm.com> | 2011-12-01 15:47:22 -0600 |
| commit | dddd1ef3658b3a3a846ec64c3e6ba9ba1f7b746e (patch) | |
| tree | 3cad9b232c35e09596f862fc301788a7a4b71339 /src/usr/i2c/makefile | |
| parent | 4a353d7840f632640e78cafc7052e2e5a99ad564 (diff) | |
| download | talos-hostboot-dddd1ef3658b3a3a846ec64c3e6ba9ba1f7b746e.tar.gz talos-hostboot-dddd1ef3658b3a3a846ec64c3e6ba9ba1f7b746e.zip | |
I2C Bad Machine Path and Cxx Testcases as well as the EEPROM device driver.
Change-Id: Ia89d3aecb3192a2f99ef9fbb5abe0ce1d528a481
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/506
Tested-by: Jenkins Server
Reviewed-by: Terry J. Opie <opiet@us.ibm.com>
Diffstat (limited to 'src/usr/i2c/makefile')
| -rw-r--r-- | src/usr/i2c/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/i2c/makefile b/src/usr/i2c/makefile index d53dfad11..568ecbd69 100644 --- a/src/usr/i2c/makefile +++ b/src/usr/i2c/makefile @@ -23,7 +23,7 @@ ROOTPATH = ../../.. MODULE = i2c -OBJS = i2c.o +OBJS = i2c.o eepromdd.o SUBDIRS = test.d |

