diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2016-03-07 17:09:21 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-03-25 12:24:28 -0400 |
| commit | 4dea56a10f144a1b0acb8aa9cc027870fd3c8d41 (patch) | |
| tree | a015e5aa25d9d2753bdf6a01ab82e4de2527591a /src/usr/diag/prdf/makefile | |
| parent | 3ce1f242a85719ac94315bedb17d00536e1bf8cf (diff) | |
| download | blackbird-hostboot-4dea56a10f144a1b0acb8aa9cc027870fd3c8d41.tar.gz blackbird-hostboot-4dea56a10f144a1b0acb8aa9cc027870fd3c8d41.zip | |
PRD: moved rule/ out of framework/
Change-Id: I4ddfa567abb576f7949bf8a9c4ab5ee530eed70e
RTC: 140081
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21860
Tested-by: Jenkins Server
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22137
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/makefile')
| -rwxr-xr-x | src/usr/diag/prdf/makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/usr/diag/prdf/makefile b/src/usr/diag/prdf/makefile index 088af87a0..7bea465eb 100755 --- a/src/usr/diag/prdf/makefile +++ b/src/usr/diag/prdf/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2012,2015 +# Contributors Listed Below - COPYRIGHT 2012,2016 # [+] International Business Machines Corp. # # @@ -26,12 +26,7 @@ ROOTPATH = ../../../.. MODULE = prdf -SUBDIRS += framework.d # This will eventually compile the rule code. This only - # needs to be done once and not for both IPL and RT - # compiles. This is because compiling the rule code only - # generates .prf files, which are compiler independent, - # and a few .C files needed for the error log parser, - # which is compiled elsewhere. +SUBDIRS += rule.d SUBDIRS += runtime.d SUBDIRS += test.d |

