diff options
author | Michal Kubecek <mkubecek@suse.cz> | 2019-12-11 10:58:24 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-12-13 02:07:05 +0100 |
commit | 9ce48e5a09ea63a7867647af68caa0605d99757d (patch) | |
tree | 2f9e3dfe1d0642153533e4d300328c14740908de /net/ethtool/Makefile | |
parent | netlink: rename nl80211_validate_nested() to nla_validate_nested() (diff) | |
download | linux-9ce48e5a09ea63a7867647af68caa0605d99757d.tar.xz linux-9ce48e5a09ea63a7867647af68caa0605d99757d.zip |
ethtool: move to its own directory
The ethtool netlink interface is going to be split into multiple files so
that it will be more convenient to put all of them in a separate directory
net/ethtool. Start by moving current ethtool.c with ioctl interface into
this directory and renaming it to ioctl.c.
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ethtool/Makefile')
-rw-r--r-- | net/ethtool/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ethtool/Makefile b/net/ethtool/Makefile new file mode 100644 index 000000000000..7e5c9eb85c90 --- /dev/null +++ b/net/ethtool/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only + +obj-y += ioctl.o |