repo.or.cz
/
linux-2.6
/
libata-dev.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
binfmt_elf: fix corner case kfree of uninitialized data
[linux-2.6/libata-dev.git]
/
net
/
dsa
/
Makefile
blob
7b9fcbbeda5d0d80678ba909f76b0b30d8436a2d
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