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/test/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/test/makefile')
| -rw-r--r-- | src/usr/util/runtime/test/makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/util/runtime/test/makefile b/src/usr/util/runtime/test/makefile index 34fb0964c..1dd45b135 100644 --- a/src/usr/util/runtime/test/makefile +++ b/src/usr/util/runtime/test/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2013,2014 +# Contributors Listed Below - COPYRIGHT 2013,2015 +# [+] 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. @@ -24,7 +26,7 @@ HOSTBOOT_RUNTIME = 1 ROOTPATH = ../../../../.. MODULE = testutil_rt - +EXTRAINCDIR += ${ROOTPATH}/src/usr/util/ TESTS = *.H include $(ROOTPATH)/config.mk |

