diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2013-07-16 11:13:11 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-07-30 16:43:06 -0500 |
| commit | 12ff45d42b4fa04bdbf36ed36147b5c07e36939f (patch) | |
| tree | 2d675ac72aa7f74745c2653bad7a2e26ecbc791d /src/usr/runtime/makefile | |
| parent | b24fe45bee8160d77f130161267ba5a575098a77 (diff) | |
| download | blackbird-hostboot-12ff45d42b4fa04bdbf36ed36147b5c07e36939f.tar.gz blackbird-hostboot-12ff45d42b4fa04bdbf36ed36147b5c07e36939f.zip | |
Support SPIRA-H HDAT Format
Change-Id: If87eedf15c1ef96ea00c1a5574ad1f6b72e697b5
RTC: 71881
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5498
Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/runtime/makefile')
| -rw-r--r-- | src/usr/runtime/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/runtime/makefile b/src/usr/runtime/makefile index 7f3e5d495..f8d69af3c 100644 --- a/src/usr/runtime/makefile +++ b/src/usr/runtime/makefile @@ -31,7 +31,8 @@ ROOTPATH = ../../.. MODULE = runtime -OBJS = populate_attributes.o hdatservice.o fakepayload.o tce.o +OBJS = populate_attributes.o hdatservice.o fakepayload.o tce.o \ + errlud_hdat.o SUBDIRS = test.d |

