diff options
author | Stephen Cprek <smcprek@us.ibm.com> | 2016-04-08 14:46:36 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-04-25 12:10:06 -0400 |
commit | 30a8602e9069cfb10630081ceb52106fd834004e (patch) | |
tree | 0753044e36756f192ed7d3609301a25d0906df4c /src/makefile | |
parent | 372b25bed366f1284e38a548614265bdcd60d092 (diff) | |
download | talos-hostboot-30a8602e9069cfb10630081ceb52106fd834004e.tar.gz talos-hostboot-30a8602e9069cfb10630081ceb52106fd834004e.zip |
Set config flag for ROM code present
ROM code is not available to use yet in p9.
In order to avoid conflicts porting to p9, created a config to
keep the branches as similar as possible
Change-Id: Ifd75b63ff5be4f4277bb44fb8befb65e21be3afa
RTC: 68883
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23069
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index 4f77f0fa5..f30cdf1b6 100644 --- a/src/makefile +++ b/src/makefile @@ -188,6 +188,7 @@ TESTCASE_MODULES += testpnor TESTCASE_MODULES += testvfs TESTCASE_MODULES += testutil TESTCASE_MODULES += testscan +TESTCASE_MODULES += $(if $(CONFIG_ROM_CODE_PRESENT),testsecureboot) TESTCASE_MODULES += testfsiscom TESTCASE_MODULES += testlpc TESTCASE_MODULES += $(if $(CONFIG_HTMGT),testhtmgt) |