]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/ulpi/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-fdt
[u-boot] / drivers / usb / ulpi / Makefile
index d43b2293e1f0badb0db008a25017b53df253b823..281eb1c5c12cb8876935e31e28c2e1c7d5ee673e 100644 (file)
@@ -24,6 +24,7 @@ LIB   := $(obj)libusb_ulpi.o
 
 COBJS-$(CONFIG_USB_ULPI)               += ulpi.o
 COBJS-$(CONFIG_USB_ULPI_VIEWPORT)      += ulpi-viewport.o
+COBJS-$(CONFIG_USB_ULPI_VIEWPORT_OMAP) += omap-ulpi-viewport.o
 
 COBJS  := $(COBJS-y)
 SRCS   := $(COBJS:.o=.c)