brintos

brintos / linux-shallow public Read only

0
0
Text · 316 B · e67c2da Raw
10 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the phy drivers.4#5 6obj-$(CONFIG_PHY_UNIPHIER_USB2)	+= phy-uniphier-usb2.o7obj-$(CONFIG_PHY_UNIPHIER_USB3)	+= phy-uniphier-usb3hs.o phy-uniphier-usb3ss.o8obj-$(CONFIG_PHY_UNIPHIER_PCIE)	+= phy-uniphier-pcie.o9obj-$(CONFIG_PHY_UNIPHIER_AHCI)	+= phy-uniphier-ahci.o10