blob: 589b3524771385c1a1cdb76091f26f6582a1805a (
plain)
1
2
3
4
5
6
7
|
#
# Makefile for APM X-Gene Ethernet Driver.
#
xgene-enet-objs := xgene_enet_hw.o xgene_enet_xgmac.o \
xgene_enet_main.o xgene_enet_ethtool.o
obj-$(CONFIG_NET_XGENE) += xgene-enet.o
|