diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2014-11-05 08:50:38 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-12-02 18:22:14 -0600 |
| commit | 573fc5b8cce8e37ef2c33d7d25091a2166f606c9 (patch) | |
| tree | 5eb42e065416db280b24633879daf82df1fd959d /src/makefile | |
| parent | f722d8c15b0ffa1d7d57608b8cff4e2865961aa8 (diff) | |
| download | talos-hostboot-573fc5b8cce8e37ef2c33d7d25091a2166f606c9.tar.gz talos-hostboot-573fc5b8cce8e37ef2c33d7d25091a2166f606c9.zip | |
src/makefile change for PRD runtime code
Change-Id: I11e5cf5a31c9b70a1bb39b48540655771e98a920
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14347
Tested-by: Jenkins Server
Reviewed-by: Christopher T. Phan <cphan@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index 9360958e1..4de53b53e 100644 --- a/src/makefile +++ b/src/makefile @@ -231,6 +231,7 @@ RUNTIME_MODULES += plat_rt RUNTIME_MODULES += build_winkle_images_rt RUNTIME_MODULES += occ_rt RUNTIME_MODULES += $(if $(CONFIG_HTMGT),htmgt_rt) +RUNTIME_MODULES += $(if $(CONFIG_HBRT_PRD),prdf_rt) RUNTIME_DATA_MODULES += RUNTIME_TESTCASE_MODULES += cxxtest_rt @@ -243,6 +244,7 @@ RUNTIME_TESTCASE_MODULES += testscom_rt RUNTIME_TESTCASE_MODULES += testutil_rt RUNTIME_TESTCASE_MODULES += testvpd_rt RUNTIME_TESTCASE_MODULES += testhwpf_rt +RUNTIME_TESTCASE_MODULES += $(if $(CONFIG_HBRT_PRD),testprdf_rt) RELOCATABLE_IMAGE_LDFLAGS = -pie --export-dynamic |

