firmware: refactor firmware/Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 21 Dec 2018 03:12:41 +0000 (12:12 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 23 Dec 2018 01:10:32 +0000 (10:10 +0900)
commit3470d9eb638722212ac44787eaf13486823fa011
tree2733423efe0e7f8429c424f27ead339e61cf904a
parentb239b4d65d6442fabd6db694f9d014268b8711c1
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>
firmware/Makefile