mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-04 18:49:41 +00:00

This reverts commit a2a7f98aee
.
Konrad mentioned that Qualcomm appears to use these devices, still,
internally, even tho they never made it to the broader market.
Link: https://lore.kernel.org/all/0679f568-60e7-47d8-b86e-052a9eb4c103@linaro.org/
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
11 lines
311 B
Makefile
11 lines
311 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the Qualcomm Technologies, Inc. EMAC Gigabit Ethernet driver
|
|
#
|
|
|
|
obj-$(CONFIG_QCOM_EMAC) += qcom-emac.o
|
|
|
|
qcom-emac-objs := emac.o emac-mac.o emac-phy.o emac-sgmii.o emac-ethtool.o \
|
|
emac-sgmii-fsm9900.o emac-sgmii-qdf2432.o \
|
|
emac-sgmii-qdf2400.o
|