]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/usb/phy/Makefile
usb: omap: Move the usb phy code to the usb/phy directory
[karo-tx-uboot.git] / drivers / usb / phy / Makefile
index f93121a3aab2302290fcab697e12f63d1d9e77b7..5beec7854ce5983b084d3c8141e2dd4ec6a849a7 100644 (file)
@@ -10,6 +10,7 @@ include $(TOPDIR)/config.mk
 LIB    := $(obj)libusb_phy.o
 
 COBJS-$(CONFIG_TWL4030_USB) += twl4030.o
+COBJS-$(CONFIG_OMAP_USB_PHY) += omap_usb_phy.o
 
 COBJS  := $(COBJS-y)
 SRCS   := $(COBJS:.o=.c)