blob: 7f583a333c246e95f9d857da993fb5f855877ea6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the IBM PPC4xx EMAC controllers
3#
4
5obj-$(CONFIG_IBM_EMAC) += ibm_emac.o
6
7ibm_emac-objs := ibm_emac_mal.o ibm_emac_core.o ibm_emac_phy.o
8
9# Only need this if you want to see additional debug messages
10ifeq ($(CONFIG_IBM_EMAC_ERRMSG), y)
11ibm_emac-objs += ibm_emac_debug.o
12endif