|
|
| File: [Development] / linux-2.6-xfs / drivers / net / ibm_newemac / Makefile (download)
Revision 1.1, Mon Dec 3 16:26:37 2007 UTC (9 years, 10 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.24-rc3 Merge of 2.6.x-xfs-melb:linux:30183b by kenmcd. |
# # Makefile for the PowerPC 4xx on-chip ethernet driver # obj-$(CONFIG_IBM_NEW_EMAC) += ibm_newemac.o ibm_newemac-y := mal.o core.o phy.o ibm_newemac-$(CONFIG_IBM_NEW_EMAC_ZMII) += zmii.o ibm_newemac-$(CONFIG_IBM_NEW_EMAC_RGMII) += rgmii.o ibm_newemac-$(CONFIG_IBM_NEW_EMAC_TAH) += tah.o ibm_newemac-$(CONFIG_IBM_NEW_EMAC_DEBUG) += debug.o