1#
2# Common global constants used as part of the build.
3#
4
5# Output Directory Name ########################################################
6
7OUT = out
8
9# Helper Scripts ###############################################################
10
11BE_TO_LE_SCRIPT = $(CHRE_PREFIX)/build/be_to_le.sh
12
13# Build verbosity ##############################################################
14
15ifneq ($(CHRE_BUILD_VERBOSE),true)
16V=@
17endif