defs.mk 284 B

1234567891011
  1. #
  2. # Common global constants used as part of the build.
  3. #
  4. # Output Directory Name ########################################################
  5. OUT = out
  6. # Helper Scripts ###############################################################
  7. BE_TO_LE_SCRIPT = $(CHRE_PREFIX)/build/be_to_le.sh