summaryrefslogtreecommitdiff
path: root/drivers/phy
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-11 06:14:23 +0300
committerTom Rini <trini@konsulko.com>2021-07-28 21:27:54 +0300
commit9d910b76f70166b7b0b271710a92eaa289b011c6 (patch)
tree9b01ae65b83685d19edac209861e50fa2325693b /drivers/phy
parent5f57b00c854fcb7c170daba079cdb3b6dd96283a (diff)
downloadu-boot-9d910b76f70166b7b0b271710a92eaa289b011c6.tar.xz
Makefile: Move phy rules into drivers/phy
These don't belong in the drivers Makefile so move them down into the correct place. Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Fixup some missing dependencies this exposed] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r--drivers/phy/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile
index 0f2b63ae3c..b2285c47ac 100644
--- a/drivers/phy/Makefile
+++ b/drivers/phy/Makefile
@@ -3,6 +3,11 @@
# Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
# Written by Jean-Jacques Hiblot <jjhiblot@ti.com>
+obj-y += allwinner/
+obj-y += marvell/
+obj-y += rockchip/
+obj-y += socionext/
+
obj-$(CONFIG_$(SPL_)PHY) += phy-uclass.o
obj-$(CONFIG_$(SPL_)NOP_PHY) += nop-phy.o
obj-$(CONFIG_MIPI_DPHY_HELPERS) += phy-core-mipi-dphy.o