2019-12-11 09:58:24 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
|
2019-12-27 14:55:18 +00:00
|
|
|
obj-y += ioctl.o common.o
|
|
|
|
|
|
|
|
obj-$(CONFIG_ETHTOOL_NETLINK) += ethtool_nl.o
|
|
|
|
|
2019-12-27 14:56:23 +00:00
|
|
|
ethtool_nl-y := netlink.o bitset.o strset.o linkinfo.o linkmodes.o \
|
2020-01-26 22:11:13 +00:00
|
|
|
linkstate.o debug.o wol.o
|