From 74c117a73211dace5f69c706901acabf2df7dd56 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 17 Aug 2014 20:57:12 -0400 Subject: profile_default_plat(): New function --- (limited to 'lib/profile.sh') 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() { -- cgit v0.9.1