mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
6 lines
257 B
Makefile
6 lines
257 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_PHY_CADENCE_TORRENT) += phy-cadence-torrent.o
|
|
obj-$(CONFIG_PHY_CADENCE_DPHY) += cdns-dphy.o
|
|
obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o
|
|
obj-$(CONFIG_PHY_CADENCE_SALVO) += phy-cadence-salvo.o
|