Linux Audio

Check our new training course

Loading...
Note: File does not exist in v6.8.
 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