summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/makefile2
-rw-r--r--src/usr/diag/HBconfig4
2 files changed, 6 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
diff --git a/src/usr/diag/HBconfig b/src/usr/diag/HBconfig
new file mode 100644
index 000000000..a516133e1
--- /dev/null
+++ b/src/usr/diag/HBconfig
@@ -0,0 +1,4 @@
+config HBRT_PRD
+ default n
+ help
+ Enable HBRT PRD.
OpenPOWER on IntegriCloud