mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
7 lines
207 B
Makefile
7 lines
207 B
Makefile
#
|
|
# Makefile for APM X-Gene Ethernet Driver.
|
|
#
|
|
|
|
xgene-enet-objs := xgene_enet_hw.o xgene_enet_sgmac.o xgene_enet_xgmac.o \
|
|
xgene_enet_main.o xgene_enet_ethtool.o
|
|
obj-$(CONFIG_NET_XGENE) += xgene-enet.o
|