-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 277951 b: refs/heads/master c: 7df899c h: refs/heads/master i: 277949: c47ad5d 277947: 056e1ce 277943: 6cc522b 277935: 754f62a 277919: d4559c2 277887: 64ff422 v: v3
- Loading branch information
Ben Hutchings
authored and
David S. Miller
committed
Nov 26, 2011
1 parent
fdd3b06
commit 912bb3e
Showing
7 changed files
with
39 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: ad293b8a218ca13a9ee3e3c98137fa301987577c | ||
refs/heads/master: 7df899c36cf09678bdef1824ce591ef4ac0e9864 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
# the core | ||
obj-$(CONFIG_NET_DSA) += dsa_core.o | ||
dsa_core-y += dsa.o slave.o | ||
|
||
# tagging formats | ||
obj-$(CONFIG_NET_DSA_TAG_DSA) += tag_dsa.o | ||
obj-$(CONFIG_NET_DSA_TAG_EDSA) += tag_edsa.o | ||
obj-$(CONFIG_NET_DSA_TAG_TRAILER) += tag_trailer.o | ||
dsa_core-$(CONFIG_NET_DSA_TAG_DSA) += tag_dsa.o | ||
dsa_core-$(CONFIG_NET_DSA_TAG_EDSA) += tag_edsa.o | ||
dsa_core-$(CONFIG_NET_DSA_TAG_TRAILER) += tag_trailer.o | ||
|
||
# switch drivers | ||
obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx.o | ||
obj-$(CONFIG_NET_DSA_MV88E6060) += mv88e6060.o | ||
obj-$(CONFIG_NET_DSA_MV88E6123_61_65) += mv88e6123_61_65.o | ||
obj-$(CONFIG_NET_DSA_MV88E6131) += mv88e6131.o | ||
|
||
# the core | ||
obj-$(CONFIG_NET_DSA) += dsa.o slave.o |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters