You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
292 B
13 lines
292 B
20 years ago
|
#
|
||
|
# 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
|