diff options
Diffstat (limited to 'roms/u-boot/drivers/phy/marvell/Makefile')
-rw-r--r-- | roms/u-boot/drivers/phy/marvell/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/phy/marvell/Makefile b/roms/u-boot/drivers/phy/marvell/Makefile new file mode 100644 index 000000000..51be0399e --- /dev/null +++ b/roms/u-boot/drivers/phy/marvell/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ + +obj-$(CONFIG_MVEBU_COMPHY_SUPPORT) += comphy_core.o +obj-$(CONFIG_MVEBU_COMPHY_SUPPORT) += comphy_mux.o +obj-$(CONFIG_ARMADA_3700) += comphy_a3700.o +obj-$(CONFIG_ARMADA_8K) += comphy_cp110.o |