-
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.
- Loading branch information
Eugene Surovegin
authored and
Jeff Garzik
committed
Oct 28, 2005
1 parent
9cf83c5
commit 84d5ab1
Showing
18 changed files
with
4,086 additions
and
2,823 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: b71b95efa5abca33e1bfb85d55162c7f99f54c23 | ||
refs/heads/master: 37448f7d39717db7c1098c1a88b9074694c69797 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
# | ||
# Makefile for the IBM PPC4xx EMAC controllers | ||
# Makefile for the PowerPC 4xx on-chip ethernet driver | ||
# | ||
|
||
obj-$(CONFIG_IBM_EMAC) += ibm_emac.o | ||
|
||
ibm_emac-objs := ibm_emac_mal.o ibm_emac_core.o ibm_emac_phy.o | ||
|
||
# Only need this if you want to see additional debug messages | ||
ifeq ($(CONFIG_IBM_EMAC_ERRMSG), y) | ||
ibm_emac-objs += ibm_emac_debug.o | ||
endif | ||
ibm_emac-objs := ibm_emac_mal.o ibm_emac_core.o ibm_emac_phy.o | ||
ibm_emac-$(CONFIG_IBM_EMAC_ZMII) += ibm_emac_zmii.o | ||
ibm_emac-$(CONFIG_IBM_EMAC_RGMII) += ibm_emac_rgmii.o | ||
ibm_emac-$(CONFIG_IBM_EMAC_TAH) += ibm_emac_tah.o | ||
ibm_emac-$(CONFIG_IBM_EMAC_DEBUG) += ibm_emac_debug.o |
Oops, something went wrong.