## Makefile for the IBM PPC4xx EMAC controllers#obj-$(CONFIG_IBM_EMAC)+=ibm_emac.o
ibm_emac-objs:=ibm_emac_mal.oibm_emac_core.oibm_emac_phy.o
# Only need this if you want to see additional debug messagesifeq ($(CONFIG_IBM_EMAC_ERRMSG), y)ibm_emac-objs+=ibm_emac_debug.o
endif