Home | History | Annotate | Download | only in build
      1 #
      2 # Common global constants used as part of the build.
      3 #
      4 
      5 # Output Directory Name ########################################################
      6 
      7 OUT = out
      8 
      9 # Helper Scripts ###############################################################
     10 
     11 BE_TO_LE_SCRIPT = $(CHRE_PREFIX)/build/be_to_le.sh
     12