2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-09-01 07:22:08 +08:00
|
|
|
#
|
|
|
|
# Makefile for the Qualcomm Technologies, Inc. EMAC Gigabit Ethernet driver
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_QCOM_EMAC) += qcom-emac.o
|
|
|
|
|
2017-01-10 02:03:12 +08:00
|
|
|
qcom-emac-objs := emac.o emac-mac.o emac-phy.o emac-sgmii.o emac-ethtool.o \
|
2016-12-09 03:24:21 +08:00
|
|
|
emac-sgmii-fsm9900.o emac-sgmii-qdf2432.o \
|
|
|
|
emac-sgmii-qdf2400.o
|