mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-01 10:13:58 +08:00
b105bcdaaa
This patch adds, - Transmit - Transmit completion poll - Receive poll - NAPI handler and enables the driver. Signed-off-by: Iyappan Subramanian <isubramanian@apm.com> Signed-off-by: Keyur Chudgar <kchudgar@apm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
122 B
Makefile
7 lines
122 B
Makefile
#
|
|
# Makefile for APM X-GENE Ethernet driver.
|
|
#
|
|
|
|
obj-$(CONFIG_NET_XGENE) += xgene/
|
|
obj-$(CONFIG_NET_XGENE_V2) += xgene-v2/
|