diff options
| author | Brad Bishop <bradleyb@us.ibm.com> | 2012-03-21 15:56:09 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-04-24 09:44:54 -0500 |
| commit | f4e49418fd0743ab0d143f0ab3c505baefe58bfa (patch) | |
| tree | 9301803411743f6e31bd4617e76ea54376c58f54 /src/usr/diag/mdia/makefile | |
| parent | 5ac7921a5f77d7d33e7cc86f91522de4751f98b0 (diff) | |
| download | talos-hostboot-f4e49418fd0743ab0d143f0ab3c505baefe58bfa.tar.gz talos-hostboot-f4e49418fd0743ab0d143f0ab3c505baefe58bfa.zip | |
Initial memory diagnostics entry point support.
This is a first take at the memory diagnostics entry
point function; the function called by the istep dispatcher.
Change-Id: Id99b05e13dd723cea574e993a3cfc6e298f475b8
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/784
Tested-by: Jenkins Server
Reviewed-by: LARINA M. DSOUZA <larsouza@in.ibm.com>
Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/mdia/makefile')
| -rw-r--r-- | src/usr/diag/mdia/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/diag/mdia/makefile b/src/usr/diag/mdia/makefile index 1cd9e0dc2..23e4e95a6 100644 --- a/src/usr/diag/mdia/makefile +++ b/src/usr/diag/mdia/makefile @@ -26,7 +26,7 @@ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/diag MODULE = mdia -OBJS = mdiamonitor.o mdiatrace.o mdiaworkitem.o +OBJS = mdiamonitor.o mdiatrace.o mdiaworkitem.o mdiamba.o mdia.o SUBDIRS = test.d |

