17df899c3SBen Hutchings# the core 27df899c3SBen Hutchingsobj-$(CONFIG_NET_DSA) += dsa_core.o 3f515f192SVivien Didelotdsa_core-y += dsa.o slave.o dsa2.o switch.o 47df899c3SBen Hutchings 591da11f8SLennert Buytenhek# tagging formats 65037d532SFlorian Fainellidsa_core-$(CONFIG_NET_DSA_TAG_BRCM) += tag_brcm.o 77df899c3SBen Hutchingsdsa_core-$(CONFIG_NET_DSA_TAG_DSA) += tag_dsa.o 87df899c3SBen Hutchingsdsa_core-$(CONFIG_NET_DSA_TAG_EDSA) += tag_edsa.o 97df899c3SBen Hutchingsdsa_core-$(CONFIG_NET_DSA_TAG_TRAILER) += tag_trailer.o 10cafdc45cSJohn Crispindsa_core-$(CONFIG_NET_DSA_TAG_QCA) += tag_qca.o 11*5cd8985aSSean Wangdsa_core-$(CONFIG_NET_DSA_TAG_MTK) += tag_mtk.o 12