summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/hwpf')
-rw-r--r--src/import/hwpf/fapi2/include/plat/target.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/include/plat/target.H b/src/import/hwpf/fapi2/include/plat/target.H
index 884b60e5..a32be96b 100644
--- a/src/import/hwpf/fapi2/include/plat/target.H
+++ b/src/import/hwpf/fapi2/include/plat/target.H
@@ -198,6 +198,8 @@ Target<K, M, V>::getChipletNumber(void) const
return 0;
}
+#ifdef FAPI2_ENABLE_PLATFORM_GET_CORE_SELECT
+
template<TargetType K, MulticastType M, typename V>
inline MulticastCoreSelect
Target<K, M, V>::_getCoreSelect(void) const
@@ -206,6 +208,8 @@ Target<K, M, V>::_getCoreSelect(void) const
return MCCORE_0;
}
+#endif // FAPI2_ENABLE_PLATFORM_GET_CORE_SELECT
+
///
/// @brief Return the string interpretation of this target
/// @tparam T The type of the target
OpenPOWER on IntegriCloud