Skip to content

Commit

Permalink
net: dsa: Fix duplicate object rule
Browse files Browse the repository at this point in the history
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 <f.fainelli@gmail.com>
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Feb 9, 2017
1 parent 165f1cc commit 50f008e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/dsa/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# the core
obj-$(CONFIG_NET_DSA) += dsa_core.o
dsa_core-y += dsa.o slave.o dsa2.o
dsa_core-y += dsa.o slave.o dsa2.o switch.o

# tagging formats
Expand Down

0 comments on commit 50f008e

Please sign in to comment.