17df899c3SBen Hutchings# the core 27df899c3SBen Hutchingsobj-$(CONFIG_NET_DSA) += dsa_core.o 37df899c3SBen Hutchingsdsa_core-y += dsa.o slave.o 47df899c3SBen Hutchings 591da11f8SLennert Buytenhek# tagging formats 6*5037d532SFlorian 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