diff options
| author | Mark Wenning <wenning@us.ibm.com> | 2011-09-22 17:42:01 -0500 |
|---|---|---|
| committer | Mark W. Wenning <wenning@us.ibm.com> | 2011-10-20 18:07:04 -0500 |
| commit | 591bf9abfe58c662a8e81820fdc96b90b85a9b55 (patch) | |
| tree | e603935f90a1c49d5d8767d535168cd71da56b16 /src/usr/makefile | |
| parent | 0eb945c47156b32f4028867969b153652baa3ad3 (diff) | |
| download | talos-hostboot-591bf9abfe58c662a8e81820fdc96b90b85a9b55.tar.gz talos-hostboot-591bf9abfe58c662a8e81820fdc96b90b85a9b55.zip | |
RTC3872: Hardware Availability Service: Add HWAS as first ISTEP
- first commit
- change isteplist to call hwas
- comment out test isteps
- modify xml to add HWAS_STATE attribute
- add macros to taskargs
- remove debug trace from taskargs
- add call to init_fsi
- post-review
- merge xml files
- forgot one printkd
Change-Id: Iab3b1f85c401f9a176ed84ddb91263caf25a3d56
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/430
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/makefile')
| -rw-r--r-- | src/usr/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/makefile b/src/usr/makefile index 55dcb704c..47e8e2d69 100644 --- a/src/usr/makefile +++ b/src/usr/makefile @@ -26,6 +26,6 @@ OBJS = module_init.o SUBDIRS = example.d trace.d cxxtest.d testcore.d errl.d devicefw.d \ scom.d xscom.d targeting.d initservice.d hwpf.d \ - ecmddatabuffer.d isteps.d pnor.d i2c.d vfs.d fsi.d + ecmddatabuffer.d pnor.d i2c.d vfs.d fsi.d hwas.d include ${ROOTPATH}/config.mk |

