Added a default to specify an alternative tool chain prefix if needed.

This commit is contained in:
Keith Deacon
2009-01-07 08:50:05 -06:00
committed by Jean-Baptiste Queru
parent fe77558c21
commit 7d3d4a5af1

View File

@@ -44,6 +44,9 @@ endif
# will be added to LOCAL_CFLAGS when building the module.
#DEBUG_MODULE_ModuleName:=true
# Specify an alternative tool chain prefix if needed.
#TARGET_TOOLS_PREFIX:=
# Specify the extra CFLAGS to use when building a module whose
# DEBUG_MODULE_ variable is set. Host and device flags are handled
# separately.