8 lines
166 B
Makefile
8 lines
166 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the phy drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_PHY_MTK_TPHY) += phy-mtk-tphy.o
|
|
obj-$(CONFIG_PHY_MTK_XSPHY) += phy-mtk-xsphy.o
|