On Fri, Oct 17, 2014 at 4:34 PM, Mike Holmes <[email protected]> wrote: > > > On 17 October 2014 09:21, Ciprian Barbu <[email protected]> wrote: >> >> Signed-off-by: Ciprian Barbu <[email protected]> > > > Reviewed-by: Mike Holmes <[email protected]> > > This makes the default be the build of the repo just pulled rather than a > confusing build of linux-generic which is also included mostly to steal its > headers.
Applied, thank you! I added the extra description lines for better tracking. > > >> >> --- >> configure.ac | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/configure.ac b/configure.ac >> index bba280f..a1c68ba 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -45,9 +45,9 @@ AC_TYPE_UINT64_T >> >> ########################################################################## >> AC_ARG_WITH([platform], >> [AS_HELP_STRING([--with-platform=prefix], >> - [Select platform to be used, default linux-generic])], >> + [Select platform to be used, default linux-netmap])], >> [], >> - [with_platform=linux-generic]) >> + [with_platform=linux-netmap]) >> >> AC_SUBST([with_platform]) >> >> -- >> 1.8.3.2 >> >> >> _______________________________________________ >> lng-odp mailing list >> [email protected] >> http://lists.linaro.org/mailman/listinfo/lng-odp > > > > > -- > Mike Holmes > Linaro Sr Technical Manager > LNG - ODP _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
