17df899c3SBen Hutchings# the core 27df899c3SBen Hutchingsobj-$(CONFIG_NET_DSA) += dsa_core.o 383c0afaeSAndrew Lunndsa_core-y += dsa.o slave.o dsa2.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 10*cafdc45cSJohn Crispindsa_core-$(CONFIG_NET_DSA_TAG_QCA) += tag_qca.o 11