mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
fe1eb24bd5
This reverts commit32bb4515e3
. This reverts commitd078d48063
. This reverts commitfcc4b105ca
. This reverts commit345237dbc1
. This reverts commit7db69ec9cf
. This reverts commit95132a018f
. This reverts commit63d5eaf35a
. This reverts commitc29451aefc
. This reverts commit2ab0edb505
. This reverts commitdedd702a35
. This reverts commit034fcc2103
. This reverts commit9c5625f559
. This reverts commit02018c544e
. Looks like we need more time for reviews, and incremental changes will be hard to make sense of. So revert. Link: https://lore.kernel.org/all/ZZP6FV5sXEf+xd58@shell.armlinux.org.uk/ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
12 lines
415 B
Makefile
12 lines
415 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
obj-y += ioctl.o common.o
|
|
|
|
obj-$(CONFIG_ETHTOOL_NETLINK) += ethtool_nl.o
|
|
|
|
ethtool_nl-y := netlink.o bitset.o strset.o linkinfo.o linkmodes.o rss.o \
|
|
linkstate.o debug.o wol.o features.o privflags.o rings.o \
|
|
channels.o coalesce.o pause.o eee.o tsinfo.o cabletest.o \
|
|
tunnels.o fec.o eeprom.o stats.o phc_vclocks.o mm.o \
|
|
module.o pse-pd.o plca.o mm.o
|