diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2016-09-20 13:29:49 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-10-12 11:55:48 -0400 |
| commit | d32a09cc6edff8d296f64238fd5c0884472fcbc0 (patch) | |
| tree | 6098d70e3013894002ec2a8df0dc34016c58883a /src/usr/util/runtime/makefile | |
| parent | 3ab150991f977e81505114f0a20a9d5e5e29f230 (diff) | |
| download | blackbird-hostboot-d32a09cc6edff8d296f64238fd5c0884472fcbc0.tar.gz blackbird-hostboot-d32a09cc6edff8d296f64238fd5c0884472fcbc0.zip | |
Enable Host interface run_command
Change-Id: I689d0f20d65f75299a341f23c2eb1b923dd2aa76
RTC:146148
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29980
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/util/runtime/makefile')
| -rw-r--r-- | src/usr/util/runtime/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/util/runtime/makefile b/src/usr/util/runtime/makefile index 8947811ef..e61091cc5 100644 --- a/src/usr/util/runtime/makefile +++ b/src/usr/util/runtime/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2013,2015 +# Contributors Listed Below - COPYRIGHT 2013,2016 # [+] International Business Machines Corp. # # @@ -32,6 +32,7 @@ OBJS += utilmem.o OBJS += utillidmgr_rt.o OBJS += utilfile.o OBJS += utillidpnor.o +OBJS += rt_cmds.o SUBDIRS += test.d |

