diff -r 16aa1979a584 -r 049338f0fb4e Makefile --- a/Makefile Fri Jan 04 22:43:13 2013 +0100 +++ b/Makefile Fri Jan 04 21:04:03 2013 -0800 @@ -26,6 +26,11 @@ # If NEWBUILD is defined, use the new build-infra Makefiles and configure. # See NewMakefile.gmk for more information. +# If not specified, select what the default build is +ifndef NEWBUILD + NEWBUILD=true +endif + ifeq ($(NEWBUILD),true) # The new top level Makefile