blob: c891a18227aae5de26c51ff236d26a6caf20d9eb (
plain)
1
2
3
4
5
6
7
8
9
|
#
# Makefile for USB OTG Host Controller Drivers
#
obj-$(CONFIG_USB_S3C_OTG_HOST) += shost_hcd.o
shost_hcd-objs += shost_driver.o
shost_hcd-objs += shost_scheduler.o
shost_hcd-objs += shost_transferchecker.o
|