summaryrefslogtreecommitdiffstats
path: root/src/usr/util
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2014-12-09 10:58:49 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-12-13 10:53:42 -0600
commitb5fa2d654e3c321f039a88a51afffce76d4a94a9 (patch)
treee78eeb942a03ddd7687c302a2756402b99066f46 /src/usr/util
parent1d730ba9e2d823e9690e6dcae168b0ccae85a948 (diff)
downloadtalos-hostboot-b5fa2d654e3c321f039a88a51afffce76d4a94a9.tar.gz
talos-hostboot-b5fa2d654e3c321f039a88a51afffce76d4a94a9.zip
Utilfile support for HBRT
Change-Id: I16fde414390d48622c3a4e71e47afac581d29236 RTC:119000 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14804 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: Joshua P. Rispoli <jprispol@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/util')
-rw-r--r--src/usr/util/runtime/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/util/runtime/makefile b/src/usr/util/runtime/makefile
index 9054b9600..f481e5171 100644
--- a/src/usr/util/runtime/makefile
+++ b/src/usr/util/runtime/makefile
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2013,2014
+# Contributors Listed Below - COPYRIGHT 2013,2014
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -28,6 +30,7 @@ OBJS += utilbase.o
OBJS += utilstream.o
OBJS += utilmem.o
OBJS += utillidmgr_rt.o
+OBJS += utilfile.o
SUBDIRS += test.d
OpenPOWER on IntegriCloud