aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibm_emac/Makefile
blob: 7f583a333c246e95f9d857da993fb5f855877ea6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Makefile for the IBM PPC4xx EMAC controllers
#

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