1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2291ab06eSStefan Wahren#
3291ab06eSStefan Wahren# Makefile for the Qualcomm network device drivers.
4291ab06eSStefan Wahren#
5291ab06eSStefan Wahren
6b2f98200SStefan Wahrenobj-$(CONFIG_QCA7000) += qca_7k_common.o
7b2f98200SStefan Wahrenobj-$(CONFIG_QCA7000_SPI) += qcaspi.o
8b2f98200SStefan Wahrenqcaspi-objs := qca_7k.o qca_debug.o qca_spi.o
9dfc768fbSStefan Wahrenobj-$(CONFIG_QCA7000_UART) += qcauart.o
10dfc768fbSStefan Wahrenqcauart-objs := qca_uart.o
11b9b17debSTimur Tabi
12b9b17debSTimur Tabiobj-y += emac/
13ceed73a2SSubash Abhinov Kasiviswanathan
14ceed73a2SSubash Abhinov Kasiviswanathanobj-$(CONFIG_RMNET) += rmnet/
15