Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19 15 lines 362 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Qualcomm network device drivers. 4# 5 6obj-$(CONFIG_QCA7000) += qca_7k_common.o 7obj-$(CONFIG_QCA7000_SPI) += qcaspi.o 8qcaspi-objs := qca_7k.o qca_debug.o qca_spi.o 9obj-$(CONFIG_QCA7000_UART) += qcauart.o 10qcauart-objs := qca_uart.o 11 12obj-y += emac/ 13 14obj-$(CONFIG_QCOM_PPE) += ppe/ 15obj-$(CONFIG_RMNET) += rmnet/