aboutsummaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-10 21:14:23 -0600
committerTom Rini <trini@konsulko.com>2021-07-28 14:27:54 -0400
commit9d910b76f70166b7b0b271710a92eaa289b011c6 (patch)
tree9b01ae65b83685d19edac209861e50fa2325693b /drivers/Makefile
parent5f57b00c854fcb7c170daba079cdb3b6dd96283a (diff)
downloadu-boot-9d910b76f70166b7b0b271710a92eaa289b011c6.zip
u-boot-9d910b76f70166b7b0b271710a92eaa289b011c6.tar.gz
u-boot-9d910b76f70166b7b0b271710a92eaa289b011c6.tar.bz2
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/Makefile')
-rw-r--r--drivers/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 82d3c98..872999e 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -93,11 +93,7 @@ obj-$(CONFIG_NVME) += nvme/
obj-$(CONFIG_PCI_ENDPOINT) += pci_endpoint/
obj-y += dfu/
obj-$(CONFIG_PCH) += pch/
-obj-y += phy/allwinner/
-obj-y += phy/marvell/
obj-$(CONFIG_DM_REBOOT_MODE) += reboot-mode/
-obj-y += phy/rockchip/
-obj-y += phy/socionext/
obj-y += rtc/
obj-y += scsi/
obj-y += sound/