diff options
author | Mark Wenning <wenning@us.ibm.com> | 2011-07-29 18:05:34 -0500 |
---|---|---|
committer | Mark W. Wenning <wenning@us.ibm.com> | 2011-08-31 16:55:20 -0500 |
commit | ddc062ce177ca591958b0d6bdf4c1b616899a340 (patch) | |
tree | 961842e056dfecad329f472b98e521992c856f49 /src/usr/initservice/istepdispatcher/makefile | |
parent | 0ebac914541254c4b9ee2a271f26cd67fc2b94a0 (diff) | |
download | talos-hostboot-ddc062ce177ca591958b0d6bdf4c1b616899a340.tar.gz talos-hostboot-ddc062ce177ca591958b0d6bdf4c1b616899a340.zip |
RTC 3346: Allow SPless control of ISteps within Hostboot
- initial commit
- add splesscommand and splessstatus objects
- factoring
- findTaskInfo, ExtTaskInfo structs
- doxygen cleanup
- unit tests
- cleanup, final
- review fixes
- take out splesscommand and splessstatus classes
- 2nd round of review changes
Change-Id: I6dce18072b5464a4b8c34e5f4ff639e38afa53d0
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/245
Tested-by: Jenkins Server
Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Diffstat (limited to 'src/usr/initservice/istepdispatcher/makefile')
-rw-r--r-- | src/usr/initservice/istepdispatcher/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/initservice/istepdispatcher/makefile b/src/usr/initservice/istepdispatcher/makefile index 013c6a8f9..d18adfc4f 100644 --- a/src/usr/initservice/istepdispatcher/makefile +++ b/src/usr/initservice/istepdispatcher/makefile @@ -20,10 +20,11 @@ # Origin: 30 # # IBM_PROLOG_END + ROOTPATH = ../../../.. MODULE = istepdisp -OBJS = istepdispatcher.o +OBJS = istepdispatcher.o splesscommand.o splessstatus.o ## SUBDIRS = test.d |