mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 06:46:19 +07:00
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
|