Makefile
changeset 15064 049338f0fb4e
parent 13697 5262b00bc10c
child 15903 bc0e6cd9d760
equal deleted inserted replaced
15063:16aa1979a584 15064:049338f0fb4e
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 # If NEWBUILD is defined, use the new build-infra Makefiles and configure.
    26 # If NEWBUILD is defined, use the new build-infra Makefiles and configure.
    27 #     See NewMakefile.gmk for more information.
    27 #     See NewMakefile.gmk for more information.
       
    28 
       
    29 # If not specified, select what the default build is
       
    30 ifndef NEWBUILD
       
    31   NEWBUILD=true
       
    32 endif
    28 
    33 
    29 ifeq ($(NEWBUILD),true)
    34 ifeq ($(NEWBUILD),true)
    30 
    35 
    31   # The new top level Makefile
    36   # The new top level Makefile
    32   include NewMakefile.gmk
    37   include NewMakefile.gmk