diff options
Diffstat (limited to 'drivers/usb/ulpi/Makefile')
-rw-r--r-- | drivers/usb/ulpi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/ulpi/Makefile b/drivers/usb/ulpi/Makefile index d43b2293e1..281eb1c5c1 100644 --- a/drivers/usb/ulpi/Makefile +++ b/drivers/usb/ulpi/Makefile @@ -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) |