• Jeenu Viswambharan's avatar
    Introduce convenience functions to build · 289e0dad
    Jeenu Viswambharan authored
    This patch introduces two convenience functions to the build system:
    
      - assert_boolean: asserts that a given option is assigned either 0 or
        1 as values
    
      - add_define: helps add/append macro definitions to build tool command
        line. This also introduces the variable DEFINES which is used to
        collect and pass all relevant configurations to build tools
    
    Change-Id: I3126894b034470d39858ebb3bd183bda681c7126
    289e0dad
Makefile 12.1 KB