Newer
Older
barebox / drivers / phy / Makefile
@Ahmad Fatoum Ahmad Fatoum on 25 Feb 2020 206 bytes phy: port over Linux stm32 usbphyc driver
#
# Makefile for the phy drivers.
#

obj-$(CONFIG_GENERIC_PHY)		+= phy-core.o
obj-$(CONFIG_USB_NOP_XCEIV)		+= usb-nop-xceiv.o
obj-y					+= freescale/
obj-$(CONFIG_PHY_STM32_USBPHYC) 	+= phy-stm32-usbphyc.o