OSDN Git Service

kbuild: clean up archive rule of built-in.a
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 19 Mar 2018 11:26:12 +0000 (20:26 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 25 Mar 2018 17:01:28 +0000 (02:01 +0900)
commit5e18f0290f2eccb0f64e87fbfca6395f11985b4b
tree08dbdb849b1b0e8de73bc5e29e866ddbce4519f7
parent7657f60e8ffad587fabc74873b5f42083a60c3cf
kbuild: clean up archive rule of built-in.a

With the incremental linking entirely dropped, we can simplify
the Makefile.

While I am here, I renamed cmd_link_o_target to cmd_ar_builtin.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/Makefile.build