diff options
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 e61091cc5..6512606d2 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,2016 +# Contributors Listed Below - COPYRIGHT 2013,2017 # [+] International Business Machines Corp. # # @@ -33,6 +33,7 @@ OBJS += utillidmgr_rt.o OBJS += utilfile.o OBJS += utillidpnor.o OBJS += rt_cmds.o +OBJS += util_rt.o SUBDIRS += test.d |