kbuild: drop $(extra-y) from real-objs-y
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 23 Nov 2017 14:25:26 +0000 (23:25 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 23 Nov 2017 14:29:26 +0000 (23:29 +0900)
commit10aaa3b7e95b9649fd658ac7e9075093316425d8
treed7060871742ea4472faf50afc50c9454e4987856
parentef46d9b3dc01d49a060a56337466832c4f1f1792
kbuild: drop $(extra-y) from real-objs-y

$(real-objs-y) in only used in scripts/Makefile.build to form
"targets", but $(extra-y) is added to "targets" in another line.
We do not need to add $(extra-y) twice.

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