diff options
| author | Tom Rini <[email protected]> | 2023-08-15 10:39:41 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-15 10:39:41 -0400 |
| commit | bdc682437a67b47a382edfa30f58f8271b8acfed (patch) | |
| tree | a57e22d5bb8a7b789878f455397d9d76b6fdb170 /drivers/phy/Makefile | |
| parent | 51171cdd6dc9af8e74bbdb1f3e46c15187f7e979 (diff) | |
| parent | aaf5b5923054efbf1244dc7fbae68d0bd2a03cf7 (diff) | |
Merge branch '2023-08-14-assorted-general-updates' into next
- Assorted PCI-related fixes, add Apple Type-C PHY support, semihosting
updates, fix a FAT corner-case, update the help on the pxe cmd and
clean up the gpio uclass slightly.
Diffstat (limited to 'drivers/phy/Makefile')
| -rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index aca365d219c..5d4de86e71a 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -12,6 +12,7 @@ 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 obj-$(CONFIG_AB8500_USB_PHY) += phy-ab8500-usb.o +obj-$(CONFIG_APPLE_ATCPHY) += phy-apple-atc.o obj-$(CONFIG_BCM6318_USBH_PHY) += bcm6318-usbh-phy.o obj-$(CONFIG_BCM6348_USBH_PHY) += bcm6348-usbh-phy.o obj-$(CONFIG_BCM6358_USBH_PHY) += bcm6358-usbh-phy.o |
