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-y += allwinner/ \
12 amlogic/ \
13 broadcom/ \
14 cadence/ \
15 freescale/ \
16 hisilicon/ \
17 intel/ \
18 lantiq/ \
19 marvell/ \
20 mediatek/ \
21 motorola/ \
22 mscc/ \
23 qualcomm/ \
24 ralink/ \
25 renesas/ \
26 rockchip/ \
27 samsung/ \
28 socionext/ \
29 st/ \
30 tegra/ \
31 ti/ \
32 xilinx/