net: dsa: mv88e6xxx: fix module naming
Since the mv88e6xxx.c file has been renamed, the driver compiled as a
module is called chip.ko instead of mv88e6xxx.ko. Fix this.
Fixes: fad09c73c2 ("net: dsa: mv88e6xxx: rename single-chip support")
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
60175ccdf4
commit
6654d0bff9
1 changed files with 2 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
obj-$(CONFIG_NET_DSA_MV88E6XXX) += chip.o
|
||||
obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx.o
|
||||
mv88e6xxx-objs := chip.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue