]> git.karo-electronics.de Git - karo-tx-linux.git/blob - net/dsa/Makefile
drm/imx: convert dev_dbg() to dev_err() for error message
[karo-tx-linux.git] / net / dsa / Makefile
1 # the core
2 obj-$(CONFIG_NET_DSA) += dsa_core.o
3 dsa_core-y += dsa.o slave.o
4
5 # tagging formats
6 dsa_core-$(CONFIG_NET_DSA_TAG_DSA) += tag_dsa.o
7 dsa_core-$(CONFIG_NET_DSA_TAG_EDSA) += tag_edsa.o
8 dsa_core-$(CONFIG_NET_DSA_TAG_TRAILER) += tag_trailer.o