Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the phy drivers.
4#
5
6obj-$(CONFIG_GENERIC_PHY) += phy-core.o
7obj-$(CONFIG_GENERIC_PHY_MIPI_DPHY) += phy-core-mipi-dphy.o
8obj-$(CONFIG_PHY_LPC18XX_USB_OTG) += phy-lpc18xx-usb-otg.o
9obj-$(CONFIG_PHY_XGENE) += phy-xgene.o
10obj-$(CONFIG_PHY_PISTACHIO_USB) += phy-pistachio-usb.o
11obj-$(CONFIG_USB_LGM_PHY) += phy-lgm-usb.o
12obj-y += allwinner/ \
13 amlogic/ \
14 broadcom/ \
15 cadence/ \
16 freescale/ \
17 hisilicon/ \
18 ingenic/ \
19 intel/ \
20 lantiq/ \
21 marvell/ \
22 mediatek/ \
23 microchip/ \
24 motorola/ \
25 mscc/ \
26 qualcomm/ \
27 ralink/ \
28 renesas/ \
29 rockchip/ \
30 samsung/ \
31 socionext/ \
32 st/ \
33 tegra/ \
34 ti/ \
35 xilinx/