aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/dsa/Makefile')
-rw-r--r--net/dsa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dsa/Makefile b/net/dsa/Makefile
index 7fb6f85a69ed..63d3c44908b0 100644
--- a/net/dsa/Makefile
+++ b/net/dsa/Makefile
@@ -1,6 +1,7 @@
1# tagging formats 1# tagging formats
2obj-$(CONFIG_NET_DSA_TAG_DSA) += tag_dsa.o 2obj-$(CONFIG_NET_DSA_TAG_DSA) += tag_dsa.o
3obj-$(CONFIG_NET_DSA_TAG_EDSA) += tag_edsa.o 3obj-$(CONFIG_NET_DSA_TAG_EDSA) += tag_edsa.o
4obj-$(CONFIG_NET_DSA_TAG_TRAILER) += tag_trailer.o
4 5
5# switch drivers 6# switch drivers
6obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx.o 7obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx.o