diff options
author | Mark Wenning <wenning@us.ibm.com> | 2011-07-10 21:14:46 -0500 |
---|---|---|
committer | Mark W. Wenning <wenning@us.ibm.com> | 2011-07-14 16:54:12 -0500 |
commit | 353cc0391b0982b936fe0437fbaa0439f775a6dd (patch) | |
tree | dd892737420cecffec8104a0eeef3dd2282a23a5 /src/usr/isteps/makefile | |
parent | 5530b7609c0351deb5d707c5950a56309842a325 (diff) | |
download | talos-hostboot-353cc0391b0982b936fe0437fbaa0439f775a6dd.tar.gz talos-hostboot-353cc0391b0982b936fe0437fbaa0439f775a6dd.zip |
IStep Dispatcher
- remove refs to include/src/usr/taskargs/ dir
- use _start() macro in IStepDispatcher
- post-review fixes
- fixed - inadvertently ran copyright script on staged files
Change-Id: I2b256524746d0eb25ed04e0835450e220dc65492
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/191
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/makefile')
-rw-r--r-- | src/usr/isteps/makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/isteps/makefile b/src/usr/isteps/makefile new file mode 100644 index 000000000..1e1580136 --- /dev/null +++ b/src/usr/isteps/makefile @@ -0,0 +1,8 @@ +ROOTPATH = ../../.. +MODULE = isteps + +OBJS = istep1.o + +# SUBDIRS = test + +include ${ROOTPATH}/config.mk |