diff options
| author | Prachi Gupta <pragupta@us.ibm.com> | 2014-12-19 14:16:51 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-01-22 17:19:04 -0600 |
| commit | 32c1363b48266e3c10a37345225d35f06c863073 (patch) | |
| tree | 37161ddaf45dad2f26dbfb17dac015e05beb4eb3 /src/usr/util/runtime/makefile | |
| parent | f8569146fb30162c9bc9d4730d0476f209071fac (diff) | |
| download | talos-hostboot-32c1363b48266e3c10a37345225d35f06c863073.tar.gz talos-hostboot-32c1363b48266e3c10a37345225d35f06c863073.zip | |
allow lid to be read from pnor at runtime
RTC:116595
Change-Id: I446c314e6675227293e50121b47d091276b817b0
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15000
Tested-by: Jenkins Server
Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com>
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@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 f481e5171..8947811ef 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,2014 +# Contributors Listed Below - COPYRIGHT 2013,2015 # [+] International Business Machines Corp. # # @@ -31,6 +31,7 @@ OBJS += utilstream.o OBJS += utilmem.o OBJS += utillidmgr_rt.o OBJS += utilfile.o +OBJS += utillidpnor.o SUBDIRS += test.d |

