summaryrefslogtreecommitdiffstats
path: root/lib/profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/profile.sh')
-rw-r--r--lib/profile.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/profile.sh b/lib/profile.sh
index 0cb2612..6cb8386 100644
--- a/lib/profile.sh
+++ b/lib/profile.sh
@@ -60,6 +60,11 @@ profile_detect_arch()
"prof_${profile}_detect_arch"
}
+profile_default_plat()
+{
+ "prof_${profile}_default_plat"
+}
+
# TODO: This should pass through to prof_${profile}_validate_archplat().
profile_validate_archplat()
{