diff options
author | Zane Shelley <zshelle@us.ibm.com> | 2016-03-04 15:14:40 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-03-25 12:25:10 -0400 |
commit | b90fa69051baf7802dbca401bd6743a5fd0b6865 (patch) | |
tree | 053d80fe707f598285d85f7c502b5d45c94edbef /src/usr/diag/prdf/runtime/test/makefile | |
parent | 91e03307dfe1fc47f26d23eb35bde39af751ef17 (diff) | |
download | talos-hostboot-b90fa69051baf7802dbca401bd6743a5fd0b6865.tar.gz talos-hostboot-b90fa69051baf7802dbca401bd6743a5fd0b6865.zip |
PRD: Moved P8 common runtime code to common/plat/pegasus/
Change-Id: I7174032645f1118f054e262ef6db9b6df1fac75a
RTC: 140081
Depends-on: I950a1eba9abe3a80a75b00ab3c82696167141554
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21862
Tested-by: Jenkins Server
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22139
Diffstat (limited to 'src/usr/diag/prdf/runtime/test/makefile')
-rw-r--r-- | src/usr/diag/prdf/runtime/test/makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr/diag/prdf/runtime/test/makefile b/src/usr/diag/prdf/runtime/test/makefile index 0b09790c7..5521573e6 100644 --- a/src/usr/diag/prdf/runtime/test/makefile +++ b/src/usr/diag/prdf/runtime/test/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2014,2015 +# Contributors Listed Below - COPYRIGHT 2014,2016 # [+] International Business Machines Corp. # # @@ -31,8 +31,6 @@ VPATH += ../../test #ROOTPATH must be defined before including prdf_hb_common_test.mk include ../../test/prdf_hb_common_test.mk -EXTRAINCDIR += ${PRD_USR_PATH}/common/runtime - #------------------------------------------------------------------------------ # objects #------------------------------------------------------------------------------ |