projects
/
oweals
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
usb: Add Cadence USB3 host and gadget driver
[oweals/u-boot.git]
/
drivers
/
usb
/
ulpi
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0+
2
#
3
# Copyright (C) 2011 Jana Rapava <fermata7@gmail.com>
4
5
obj-$(CONFIG_USB_ULPI) += ulpi.o
6
obj-$(CONFIG_USB_ULPI_VIEWPORT) += ulpi-viewport.o
7
obj-$(CONFIG_USB_ULPI_VIEWPORT_OMAP) += omap-ulpi-viewport.o