projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/adaptation/renesas_rcar/renesas_kernel.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