mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-20 09:34:44 +08:00
291ab06ecf
This patch adds the Ethernet over SPI driver for the Qualcomm QCA7000 HomePlug GreenPHY. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
151 B
Makefile
7 lines
151 B
Makefile
#
|
|
# Makefile for the Qualcomm network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_QCA7000) += qcaspi.o
|
|
qcaspi-objs := qca_spi.o qca_framing.o qca_7k.o qca_debug.o
|