Skip to content

Commit 50f008e

Browse files
ffainellidavem330
authored andcommitted
net: dsa: Fix duplicate object rule
While adding switch.o to the list of DSA object files, we essentially duplicated the previous obj-y line and just added switch.o, remove the duplicate. Fixes: f515f19 ("net: dsa: add switch notifier") Signed-off-by: Florian Fainelli <[email protected]> Reviewed-by: Vivien Didelot <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 165f1cc commit 50f008e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/dsa/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# the core
22
obj-$(CONFIG_NET_DSA) += dsa_core.o
3-
dsa_core-y += dsa.o slave.o dsa2.o
43
dsa_core-y += dsa.o slave.o dsa2.o switch.o
54

65
# tagging formats

0 commit comments

Comments
 (0)