xref: /kernel/linux/linux-5.10/drivers/phy/socionext/Makefile (revision 8c2ecf20)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/phy/socionext/
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the phy drivers.
4#
5
6obj-$(CONFIG_PHY_UNIPHIER_USB2)	+= phy-uniphier-usb2.o
7obj-$(CONFIG_PHY_UNIPHIER_USB3)	+= phy-uniphier-usb3hs.o phy-uniphier-usb3ss.o
8obj-$(CONFIG_PHY_UNIPHIER_PCIE)	+= phy-uniphier-pcie.o
9obj-$(CONFIG_PHY_UNIPHIER_AHCI)	+= phy-uniphier-ahci.o
10

Indexes created Thu Nov 07 10:32:03 CST 2024