diff options
Diffstat (limited to 'drivers/phy/freescale/Makefile')
-rw-r--r-- | drivers/phy/freescale/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/phy/freescale/Makefile b/drivers/phy/freescale/Makefile new file mode 100644 index 000000000..1d02e3869 --- /dev/null +++ b/drivers/phy/freescale/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_PHY_FSL_IMX8MQ_USB) += phy-fsl-imx8mq-usb.o +obj-$(CONFIG_PHY_MIXEL_MIPI_DPHY) += phy-fsl-imx8-mipi-dphy.o |