• Masahiro Yamada's avatar
    Build: change the first parameter of TOOL_ADD_IMG to lowercase · 33950dd8
    Masahiro Yamada authored
    
    
    In the next commit, I need the image name in lowercase because
    output files are generally named in lowercase.
    
    Unfortunately, TOOL_ADD_IMG takes the first argument in uppercase
    since we generally use uppercase Make variables.
    
    make_helpers/build_macros.mk provides 'uppercase' macro to convert
    a string into uppercase, but 'lowercase' does not exist.  We can
    implement it if we like, but it would be more straightforward to
    change the argument of TOOL_ADD_IMG.
    Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
    33950dd8
arm_common.mk 6.8 KB