brintos

brintos / linux-shallow public Read only

0
0
Text · 1017 B · ebc3995 Raw
42 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the phy drivers.4#5 6obj-$(CONFIG_GENERIC_PHY)		+= phy-core.o7obj-$(CONFIG_GENERIC_PHY_MIPI_DPHY)	+= phy-core-mipi-dphy.o8obj-$(CONFIG_PHY_CAN_TRANSCEIVER)	+= phy-can-transceiver.o9obj-$(CONFIG_PHY_LPC18XX_USB_OTG)	+= phy-lpc18xx-usb-otg.o10obj-$(CONFIG_PHY_XGENE)			+= phy-xgene.o11obj-$(CONFIG_PHY_PISTACHIO_USB)		+= phy-pistachio-usb.o12obj-$(CONFIG_USB_LGM_PHY)		+= phy-lgm-usb.o13obj-$(CONFIG_PHY_AIROHA_PCIE)		+= phy-airoha-pcie.o14obj-y					+= allwinner/	\15					   amlogic/	\16					   broadcom/	\17					   cadence/	\18					   freescale/	\19					   hisilicon/	\20					   ingenic/	\21					   intel/	\22					   lantiq/	\23					   marvell/	\24					   mediatek/	\25					   microchip/	\26					   motorola/	\27					   mscc/	\28					   nuvoton/	\29					   qualcomm/	\30					   ralink/	\31					   realtek/	\32					   renesas/	\33					   rockchip/	\34					   samsung/	\35					   socionext/	\36					   st/		\37					   starfive/	\38					   sunplus/	\39					   tegra/	\40					   ti/		\41					   xilinx/42