net: ipv6: use ipv6-y directly instead of ipv6-objs
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 27 Sep 2021 14:28:40 +0000 (23:28 +0900)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Sep 2021 12:13:40 +0000 (13:13 +0100)
commit1817750bdc676bac6d1886799023b03c16e9548f
treef91a0fcc4f62f5c79240e6655a97d84a86d1176f
parent9a1213849a94065073b1547145c44b2605f72340
net: ipv6: use ipv6-y directly instead of ipv6-objs

Kbuild supports <modname>-y as well as <modname>-objs.
This simplifies the Makefile.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/Makefile