This prepares for the second patch and add support for repo which do not have a linux-generic platform
Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index be21eaf..0d7860b 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,7 @@ AC_ARG_WITH([platform], [AS_HELP_STRING([--with-platform=platform], [select platform to be used, default linux-generic])], [], - [with_platform=linux-generic + [AC_MSG_ERROR([No platform specified. Use --with-platform]) ]) AC_SUBST([with_platform]) -- 2.6.3.372.gcb93895 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
