commit | 3470d9eb638722212ac44787eaf13486823fa011 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Dec 21 12:12:41 2018 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Dec 23 10:10:32 2018 +0900 |
tree | 2733423efe0e7f8429c424f27ead339e61cf904a | |
parent | b239b4d65d6442fabd6db694f9d014268b8711c1 [diff] |
firmware: refactor firmware/Makefile Clean up the Makefile. Equivalent *.gen.S files are still produced. - Use filechk to remove ugly wordsize_deps - Get FWNAME, FWSTR, ASM_WORD, ASM_ALIGN, and PROGBITS out of the recipe for readability - Remove 'mkdir' because filechk takes care of it Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>