2014-08-08 06:14:28 +08:00
|
|
|
#
|
|
|
|
# Makefile for APM X-Gene Ethernet Driver.
|
|
|
|
#
|
|
|
|
|
2014-10-14 08:05:34 +08:00
|
|
|
xgene-enet-objs := xgene_enet_hw.o xgene_enet_sgmac.o xgene_enet_xgmac.o \
|
2014-10-10 09:32:06 +08:00
|
|
|
xgene_enet_main.o xgene_enet_ethtool.o
|
2014-08-08 06:14:28 +08:00
|
|
|
obj-$(CONFIG_NET_XGENE) += xgene-enet.o
|