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