diff options
author | Vivien Didelot <vivien.didelot@savoirfairelinux.com> | 2016-06-21 19:28:19 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-06-25 18:29:47 +0300 |
commit | 0d3cd4b6b49865e83ae648b66cf815d466085914 (patch) | |
tree | 732a4fba963249410d53d0ef56840ed7bd28114e /drivers/net/dsa/mv88e6xxx/Makefile | |
parent | 8a0b0751ffd82ffb9e2c52ac2d09c2fefdaa6971 (diff) | |
download | linux-0d3cd4b6b49865e83ae648b66cf815d466085914.tar.xz |
net: dsa: mv88e6xxx: move driver in its own folder
With the upcoming support for cross-chip operations and other mv88e6xxx
enhancements, new files will be added.
Similarly to mlxsw or b53, move mv88e6xxx files into their own folder.
In the meantime, update the MAINTAINERS entry to please checkpatch.pl,
by replacing the invalid 88E6352 entry with 88E6XXX, maintained by
Andrew and myself.
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx/Makefile')
-rw-r--r-- | drivers/net/dsa/mv88e6xxx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/Makefile b/drivers/net/dsa/mv88e6xxx/Makefile new file mode 100644 index 000000000000..1128fc719672 --- /dev/null +++ b/drivers/net/dsa/mv88e6xxx/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx.o |