Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 17431928194b36a0f88082df875e2e036da7fddf 11 lines 343 B view raw
1# 2# Makefile for the PowerPC 4xx on-chip ethernet driver 3# 4 5obj-$(CONFIG_IBM_NEW_EMAC) += ibm_newemac.o 6 7ibm_newemac-y := mal.o core.o phy.o 8ibm_newemac-$(CONFIG_IBM_NEW_EMAC_ZMII) += zmii.o 9ibm_newemac-$(CONFIG_IBM_NEW_EMAC_RGMII) += rgmii.o 10ibm_newemac-$(CONFIG_IBM_NEW_EMAC_TAH) += tah.o 11ibm_newemac-$(CONFIG_IBM_NEW_EMAC_DEBUG) += debug.o